Skip to content

Instantly share code, notes, and snippets.

@davglass
Created January 27, 2009 01:04
Show Gist options
  • Select an option

  • Save davglass/53095 to your computer and use it in GitHub Desktop.

Select an option

Save davglass/53095 to your computer and use it in GitHub Desktop.
YUI.add('dav', function(Y) {
Y.Dav = function() {
function _func(args) {
return true;
}
var _foo = "bar";
return {
_func : myFunction,
_foo : myFoo
}
};
},
'0.0.1',
{
skinnable:false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment