Skip to content

Instantly share code, notes, and snippets.

@ericf
Created September 16, 2010 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericf/581879 to your computer and use it in GitHub Desktop.
Save ericf/581879 to your computer and use it in GitHub Desktop.
Y.TabSliderParent = Y.Base.create('tabsliderparent', Y.Widget, [Y.WidgetParent], {
_tabNums : null,
initializer : function() {
//code
this._tabNums = [idnum];
//code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment