diff options
| author | Jules <jules@asdf.us> | 2016-10-25 21:02:46 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2016-10-25 21:02:46 -0400 |
| commit | 54e052d6f29756ba2ee94c31b85fd49e30e335a0 (patch) | |
| tree | aacc0ccd8ee014b36f59bfb4e90d1cd2068a5c35 /js/loader.js | |
| parent | 0003c072cb83f48386c5e264d86b0aa3a9eaa20d (diff) | |
buttons for other courses
Diffstat (limited to 'js/loader.js')
| -rwxr-xr-x[-rw-r--r--] | js/loader.js | 3 |
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){ |
