summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/models/model.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/js/models/model.js')
-rw-r--r--module/web/static/js/models/model.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/models/model.js b/module/web/static/js/models/model.js
index 2ea2db616..cd92e2644 100644
--- a/module/web/static/js/models/model.js
+++ b/module/web/static/js/models/model.js
@@ -3,7 +3,7 @@ define(['jquery', 'backbone'], function($, Backbone) {
var Model = Backbone.Model.extend({
defaults: {
- message: "You are now using Backbone, Lodash, Require, Modernizr, and jQuery! (Click Me)"
+ message: "You are now using Backbone, Lodash, Require, Modernizr, and jQuery! (Click Me)"
},
// Model Constructor