Skip to content

Instantly share code, notes, and snippets.

@chrisgeo
Created August 28, 2010 01:28
Show Gist options
  • Save chrisgeo/554516 to your computer and use it in GitHub Desktop.
Save chrisgeo/554516 to your computer and use it in GitHub Desktop.
YUI.add('paginator', function(Y){
Y.Test = Y.namespace('Test');
Y.Test = Y.Base.create('test', Y.Widget, [Y.WidgetParent, Y.WidgetChild], {
CONTENT_TEMPLATE: '<ul></ul>'
});
}, '0.1', {requires:['widget', 'selector-css3', 'widget-parent', 'widget-child']});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment