Skip to content

Instantly share code, notes, and snippets.

@novemberborn
Created July 25, 2010 20:25
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 novemberborn/489854 to your computer and use it in GitHub Desktop.
Save novemberborn/489854 to your computer and use it in GitHub Desktop.
/*=====
eqmx._base.__decoratorArgs = function(){
// $decorator: Function?
// Called just before the decorator is applied. May return `false`,
// in which case the decoration is aborted.
this.$decorator = $decorator;
};
=====*/
eqmx.decorate = function(/*Function*/constructor, /*eqmx._base.__decoratorArgs*/decorator){
// code
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment