Skip to content

Instantly share code, notes, and snippets.

@tenkoma
Created February 17, 2011 12:59
Show Gist options
  • Save tenkoma/831680 to your computer and use it in GitHub Desktop.
Save tenkoma/831680 to your computer and use it in GitHub Desktop.
Dummy File For NetBeans Code Suggestion
/**
* 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