add space and newline

This commit is contained in:
rolux 2013-02-18 15:47:40 +05:30
parent 576d3cc291
commit 7d3c7dcfb3

View file

@ -282,6 +282,7 @@ pandora.URL = (function() {
Ox.Request.cancel(); Ox.Request.cancel();
that.parse(); that.parse();
}; };
window.onpopstate = function(e) { window.onpopstate = function(e) {
Ox.Request.cancel(); Ox.Request.cancel();
self.isPopState = true; self.isPopState = true;