Fix typo, remove debug logging.

This commit is contained in:
Jonathan Bernard 2016-12-23 02:01:26 -06:00
parent f2745d8b72
commit da8f622ab7

View File

@ -1,7 +1,7 @@
(function() {
var U = window.uestibulum = {
config { theme: 'jdb', hidpi: true },
config: { theme: 'jdb', hidpi: true },
themes: {}
};
@ -277,10 +277,7 @@
});
$(document).ready(function() {
U.uiView = new U.UIView();
console.log('window: ' + Object.getOwnPropertyNames(window).join(', '));
});
$(document).ready(function() { U.uiView = new U.UIView(); });
})();