Created
February 17, 2011 12:59
-
-
Save tenkoma/831680 to your computer and use it in GitHub Desktop.
Dummy File For NetBeans Code Suggestion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Titanium UI Module | |
* @module ti.ui | |
*/ | |
var Ti = Ti || {}; | |
Ti.UI = Ti.UI || {}; | |
/** | |
* @namespace Ti.UI | |
*/ | |
/** | |
* Ti.UI.createTableView | |
* @param {object} parameter | |
* @return {object} Titanium.UI.TableView | |
*/ | |
Ti.UI.createTableView = function (parameter) {}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment