Skip to content

Commit

Permalink
onInit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 28, 2013
1 parent 6c25fd0 commit 6609033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/idangerous.swiper-2.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ var Swiper = function (selector, params) {
}
else {
_this.callPlugins('onInit');
if (params.onFirstInit) params.onInit(_this);
if (params.onInit) params.onInit(_this);
}
_this.initialized = true;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/idangerous.swiper-2.1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6609033

Please sign in to comment.