Browse Source

added missing colon

pull/147/head
Michal Kuklis 12 years ago
parent
commit
e5a42fb4d9
  1. 5
      lib/js/push.js

5
lib/js/push.js

@ -22,12 +22,13 @@
'slide-out' : 'slide-in',
'fade' : 'fade'
};
var bars = {
bartab : '.bar-tab',
bartitle : '.bar-title',
barfooter : '.bar-footer',
barheadersecondary : '.bar-header-secondary'
}
};
var cacheReplace = function (data, updates) {
PUSH.id = data.id;
@ -414,4 +415,4 @@
window.addEventListener('click', function (e) { if (getTarget(e)) e.preventDefault(); });
window.addEventListener('popstate', popstate);
}();
}();

Loading…
Cancel
Save