Fix typo, remove debug logging.
This commit is contained in:
parent
f2745d8b72
commit
da8f622ab7
@ -1,7 +1,7 @@
|
|||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
var U = window.uestibulum = {
|
var U = window.uestibulum = {
|
||||||
config { theme: 'jdb', hidpi: true },
|
config: { theme: 'jdb', hidpi: true },
|
||||||
themes: {}
|
themes: {}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -277,10 +277,7 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() { U.uiView = new U.UIView(); });
|
||||||
U.uiView = new U.UIView();
|
|
||||||
console.log('window: ' + Object.getOwnPropertyNames(window).join(', '));
|
|
||||||
});
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user