Removed unused arguments

This commit is contained in:
miripiruni 2013-01-20 03:45:45 +04:00
parent ef5fba3cd3
commit 890d312e6d
1 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ window.shower = (function(window, document, undefined) {
}
}, false);
window.addEventListener('popstate', function(e) {
window.addEventListener('popstate', function() {
if (shower.isListMode()) {
shower.enterListMode();
} else {
@ -587,7 +587,7 @@ window.shower = (function(window, document, undefined) {
}
}, false);
window.addEventListener('resize', function(e) {
window.addEventListener('resize', function() {
if (shower.isSlideMode()) {
shower._applyTransform(shower._getTransform());
}