blob: bcd5e1acee16a0518a136d07c17897c9cb8e7f52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(function() {
fs.ui = {};
fs.ui.styles = {
navBarColour: '#8c2a2a'
};
})();
Ti.include(
'/friendship/ui/ApplicationWindow.js',
'/friendship/ui/LikeList.js',
'/friendship/ui/LoginWindow.js',
'/friendship/ui/WebView.js',
'/friendship/ui/ActivityIndicator.js'
)
|