Преглед изворни кода

Use my fork of requirejs-tpl since jfparadis isn't merging my changes

JC Brand пре 11 година
родитељ
комит
ad4d959df5
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 2 2
      bower.json
  2. 1 1
      main.js

+ 2 - 2
bower.json

@@ -5,7 +5,7 @@
     "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
     "otr": "0.2.7",
     "requirejs-text": "~2.0.10",
-    "requirejs-tpl-jfparadis": "*"
+    "requirejs-tpl-jcbrand": "*"
   },
   "dependencies": {
     "requirejs": "2.1.8",
@@ -24,7 +24,7 @@
     "crypto-js-evanvosberg": "~3.1.2",
     "almond": "~0.2.6",
     "requirejs-text": "~2.0.10",
-    "requirejs-tpl-jfparadis": "*"
+    "requirejs-tpl-jcbrand": "*"
   },
   "exportsOverride": {}
 }

+ 1 - 1
main.js

@@ -7,7 +7,7 @@ config = {
         "backbone": "components/backbone/backbone",
         "backbone.localStorage": "components/backbone.localStorage/backbone.localStorage",
         "text": 'components/requirejs-text/text',
-        "tpl": 'components/requirejs-tpl-jfparadis/tpl',
+        "tpl": 'components/requirejs-tpl-jcbrand/tpl',
         "converse-templates": "src/templates",
         "strophe": "components/strophe/strophe",
         "strophe.muc": "components/strophe.muc/index",