diff options
author | 2012-12-23 16:00:31 +0100 | |
---|---|---|
committer | 2012-12-23 16:00:31 +0100 | |
commit | 90214a384adddbaa8c343b464d478d1518b37ad1 (patch) | |
tree | f888711d34486c9cb552a710ce1d0439c2e1af4b /module/web/static/js/app.js | |
parent | added app object + event aggegator (diff) | |
download | pyload-90214a384adddbaa8c343b464d478d1518b37ad1.tar.xz |
cleaned the settings page
Diffstat (limited to 'module/web/static/js/app.js')
-rw-r--r-- | module/web/static/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/static/js/app.js b/module/web/static/js/app.js index e846f3e0a..52a181463 100644 --- a/module/web/static/js/app.js +++ b/module/web/static/js/app.js @@ -23,6 +23,7 @@ define([ _.extend(this, options); }; + // Add Global Helper functions _.extend(Application.prototype, Backbone.Events, { |