aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/friendship.js
blob: fa00b10567616098aebff0e6b67dde3b45d273ac (plain)
1
2
3
4
5
6
7
8
9
var fs = {};

(function() {
	fs.app = {};
})();

Ti.include(
	'/friendship/ui/ui.js'
);