Skip to content

Instantly share code, notes, and snippets.

@tivac
Created January 27, 2009 05:40
Show Gist options
  • Save tivac/53201 to your computer and use it in GitHub Desktop.
Save tivac/53201 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', { requires : ['io', 'json-parse']});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment