diff options
author | 2012-08-26 17:46:04 +0200 | |
---|---|---|
committer | 2012-08-26 17:46:04 +0200 | |
commit | 459f4291cb7ae4174d7c7dfa6a06bf89e3538338 (patch) | |
tree | e406b0ddcf69ba7691930b51439b21d0d5b2947e /module/web/static/js/models/model.js | |
parent | added jqueryui amd version (diff) | |
download | pyload-459f4291cb7ae4174d7c7dfa6a06bf89e3538338.tar.xz |
dependency updates
Diffstat (limited to 'module/web/static/js/models/model.js')
-rw-r--r-- | module/web/static/js/models/model.js | 2 |
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 |