summaryrefslogtreecommitdiff
path: root/js/loader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/loader.js')
-rwxr-xr-x[-rw-r--r--]js/loader.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/loader.js b/js/loader.js
index ddf4b7e..90f04c7 100644..100755
--- a/js/loader.js
+++ b/js/loader.js
@@ -21,6 +21,9 @@ app.load = function(){
}
app.ready = function(){
}
+// so basically he also puts a bunch of variables in the global namespace. Does that seem
+// contradictory to an OOP approach? in global namespace where will be only app variable. no there are also
+//
******************************************************/
function Loader (readyCallback){