Skip to content

jmoretti/TitanUp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Each module that needs to access other modules within the libary will need a reference to the top-level
TitanUp module.  It must have a private TU member as well as a TUInit() function so that the parent library
can initialize the TU variable immediately after requiring the module.

Each application module that needs to access the library should require it thusly:

var TU = require ('TitanUp/TitanUp');

About

The TitanUp library for Titanium Mobile development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%