Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Sep 10, 2014
1 parent 4044ddb commit 087895c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions build/senna-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Senna - A blazing-fast Single Page Application engine
* @author Eduardo Lundgren <[email protected]>
* @version v0.2.0
* @version v0.2.1
* @link http://sennajs.com
* @license BSD
*/
Expand Down Expand Up @@ -1343,9 +1343,9 @@

this.skipLoadPopstate = true;
setTimeout(function() {
// The timeout ensures that popstate events will be unblocked right
// after the load event occured, but not in the same event-loop cycle.
self.skipLoadPopstate = false;
// The timeout ensures that popstate events will be unblocked right
// after the load event occured, but not in the same event-loop cycle.
self.skipLoadPopstate = false;
}, 0);
};

Expand Down
2 changes: 1 addition & 1 deletion build/senna-min.js

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

8 changes: 4 additions & 4 deletions build/senna.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Senna - A blazing-fast Single Page Application engine
* @author Eduardo Lundgren <[email protected]>
* @version v0.2.0
* @version v0.2.1
* @link http://sennajs.com
* @license BSD
*/
Expand Down Expand Up @@ -1343,9 +1343,9 @@

this.skipLoadPopstate = true;
setTimeout(function() {
// The timeout ensures that popstate events will be unblocked right
// after the load event occured, but not in the same event-loop cycle.
self.skipLoadPopstate = false;
// The timeout ensures that popstate events will be unblocked right
// after the load event occured, but not in the same event-loop cycle.
self.skipLoadPopstate = false;
}, 0);
};

Expand Down

0 comments on commit 087895c

Please sign in to comment.