diff --git a/lib/js/push.js b/lib/js/push.js index 3a48c54..e0e772d 100644 --- a/lib/js/push.js +++ b/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); -}(); \ No newline at end of file +}();