Skip to content

Instantly share code, notes, and snippets.

@micmath
Created November 24, 2009 16:25
Show Gist options
  • Save micmath/241991 to your computer and use it in GitHub Desktop.
Save micmath/241991 to your computer and use it in GitHub Desktop.
Glow.provide({
version: 'src',
builder: function(glow) {
glow.snickers = glow.snickers || {};
/**
@name glow.snickers.snack
@constructor
*/
glow.snickers.snack = function() {
};
// can use core stuff in here...
glow.loaded(function() {
glow.snickers.snack.toArray = glow.lang.toArray;
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment