Commit 890d312e authored by miripiruni's avatar miripiruni

Removed unused arguments

parent ef5fba3c
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment