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


(function() {
	fs.app = {};
	fs.app.isAndroid = (Ti.Platform.osname === 'android');
})();

Ti.include(
	'/friendship/config/config.js',
	'/friendship/ui/ui.js',
	'/friendship/core/core.js'
);