aboutsummaryrefslogtreecommitdiffstats
path: root/main.js
diff options
context:
space:
mode:
authorTeddy Wing2013-04-27 15:16:14 -0400
committerTeddy Wing2013-04-27 15:16:14 -0400
commite5081d9d10c5ad2882b9ff3fd4a393d00fef47a6 (patch)
tree36297e5c3f4038d6bf9089edc1a3494192e52d1f /main.js
downloadWho-am-I-e5081d9d10c5ad2882b9ff3fd4a393d00fef47a6.tar.bz2
Initial commit
Initial version of HTML page for in-Viggle-app display.
Diffstat (limited to 'main.js')
-rw-r--r--main.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.js b/main.js
new file mode 100644
index 0000000..40a9fae
--- /dev/null
+++ b/main.js
@@ -0,0 +1,9 @@
+(function() {
+ var cf = new ContentFlow('character-select', {
+ reflectionColor: "#000000",
+
+ onclickActiveItem: function(item) {
+ alert('hello');
+ }
+ });
+})(); \ No newline at end of file