update page caching

This commit is contained in:
Luke Pulverenti 2015-06-30 01:45:20 -04:00
parent b038bc1785
commit a81a127cc6
15 changed files with 72 additions and 55 deletions

View file

@ -0,0 +1,6 @@
window.Logger = {
log: function (str) {
LoggingBridge.log(str);
}
};