Skip to content

Commit

Permalink
CHG: patch for last commit, reduce the time
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyfive committed Aug 28, 2015
1 parent 9eb08fb commit b870e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Gallery = (function(superClass) {
});
});
};
})(this)), 200);
})(this)), 50);
};

Gallery.prototype._bind = function() {
Expand Down
2 changes: 1 addition & 1 deletion src/gallery.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Gallery extends SimpleModule
@_initRoutate()
@gallery.one @util.transitionEnd(), (e) =>
@_zoomInPosition()
), 200
), 50


_bind: () ->
Expand Down

0 comments on commit b870e01

Please sign in to comment.