Skip to content

Commit

Permalink
Merge pull request #364 from xieyu33333/master
Browse files Browse the repository at this point in the history
remove extra _unWatchTransitionEnd
  • Loading branch information
xieyu33333 committed Apr 19, 2016
2 parents cf25019 + 2496e57 commit cd5c519
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions build/iSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,6 @@
* @private
*/
iSliderPrototype._watchTransitionEnd = function (squeezeTime, eventType) {

this._unWatchTransitionEnd();

var cb = function () {
this._unWatchTransitionEnd();
if (eventType === 'slideChanged') {
Expand Down
2 changes: 1 addition & 1 deletion build/iSlider.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions demo/public/js/iSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,6 @@
* @private
*/
iSliderPrototype._watchTransitionEnd = function (squeezeTime, eventType) {

this._unWatchTransitionEnd();

var cb = function () {
this._unWatchTransitionEnd();
if (eventType === 'slideChanged') {
Expand Down
3 changes: 0 additions & 3 deletions src/js/iSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,6 @@
* @private
*/
iSliderPrototype._watchTransitionEnd = function (squeezeTime, eventType) {

this._unWatchTransitionEnd();

var cb = function () {
this._unWatchTransitionEnd();
if (eventType === 'slideChanged') {
Expand Down

0 comments on commit cd5c519

Please sign in to comment.