Skip to content

Commit

Permalink
changed import $ to jquery instead of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 9, 2017
1 parent f69824d commit dcc0d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slick-pager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {bindable} from 'aurelia-framework';
import $ from 'bootstrap';
import $ from 'jquery';

export class SlickPager {
@bindable gridoptions;
Expand Down

0 comments on commit dcc0d63

Please sign in to comment.