-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 690 Bytes
/
README
File metadata and controls
31 lines (20 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Titanium Utils
==============
This is a collection of JavaScript libs that are useful when developing titanium mobile applications.
Files
-----
lib/util.js - some methods taken from jQuery with others added
lib/factory.js - make using Ti.UI a little easier
lib/loader.js - loads the above libs and creates instances of them.
Patches
-------
Patches will be accepted if they do not change existing behaviour,
ideally people will overload custom settings (e.g. color method)
rather than changing the core libs.
YourPackage.prototype = new TuFox();
Todo
----
Move everything into a Tu. namespace
Thanks
------
Thanks to http://www.foxtons.co.uk/ for allowing my to open source this