Skip to content

Commit

Permalink
修复slideTo时丢class的bug,webpack打包中移除插件
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Nov 23, 2016
1 parent 1aeef52 commit 192e3a3
Show file tree
Hide file tree
Showing 18 changed files with 2,285 additions and 3,056 deletions.
2 changes: 1 addition & 1 deletion build/iSlider.animate.min.js

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

2 changes: 1 addition & 1 deletion build/iSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@

this.log('[RENDER]:', type, dataIndex, item);

el.className = 'islider-' + type;
addClass(el, 'islider-' + type);

switch (type) {
case _NT.pic:
Expand Down
2 changes: 1 addition & 1 deletion build/iSlider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/iSlider.plugin.BIZone.min.js

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

2 changes: 1 addition & 1 deletion build/iSlider.plugin.button.min.js

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

2 changes: 1 addition & 1 deletion build/iSlider.plugin.dot.min.js

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

Loading

0 comments on commit 192e3a3

Please sign in to comment.