Skip to content

Instantly share code, notes, and snippets.

@brianjmiller
Created May 26, 2011 12:23
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 brianjmiller/993023 to your computer and use it in GitHub Desktop.
Save brianjmiller/993023 to your computer and use it in GitHub Desktop.
YUI.add(
...
function (Y) {
Y.AMS.MyPlugin = Y.Base.create(
....
);
Y.AMS.MyPlugin.plugAllCalendars = function () {
....
};
);
Y.AMS.MyPlugin.plugAllCalendars();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment