diff options
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, { |