Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2014-01-22 09:49:10 +0400
committerMichael Weibel <michael.weibel@gmail.com>2014-01-22 09:49:10 +0400
commitc610593cd714d73c4895ea870898e60b92af7a8f (patch)
tree272a6636aff756cb6c74d15b82923e0c52d24f3f /example
parent9d665b2175c1a4053055a306acf06f9d4e5c501a (diff)
fix #216: rename view.resources to view.assets
Diffstat (limited to 'example')
-rw-r--r--example/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html
index d806643..a001237 100644
--- a/example/index.html
+++ b/example/index.html
@@ -22,7 +22,7 @@
// -> array of rooms to join after connecting
autojoin: true
},
- view: { resources: '../res/' }
+ view: { assets: '../res/' }
});
Candy.Core.connect();