Skip to content

Instantly share code, notes, and snippets.

@joeauty
Created December 7, 2010 05:29
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 joeauty/731505 to your computer and use it in GitHub Desktop.
Save joeauty/731505 to your computer and use it in GitHub Desktop.
Y.Photogallery = Y.Base.create('photogallery', Y.Widget, [], {
maxwidth : 500,
initSpace : function() {
this.setInitialSpace();
},
setInitialSpace : function() {
Y.log(Y.Photogallery.maxwidth);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment