aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/friendship.js
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/friendship/friendship.js')
-rw-r--r--Resources/friendship/friendship.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/Resources/friendship/friendship.js b/Resources/friendship/friendship.js
new file mode 100644
index 0000000..8d3f437
--- /dev/null
+++ b/Resources/friendship/friendship.js
@@ -0,0 +1,10 @@
+var fs = {};
+
+(function() {
+ fs.app = {};
+})();
+
+Ti.include(
+ '/friendship/config/config.js',
+ '/friendship/ui/ui.js'
+);