aboutsummaryrefslogtreecommitdiffstats
path: root/main.js
diff options
context:
space:
mode:
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