Skip to content

Instantly share code, notes, and snippets.

@skipme
Created October 21, 2012 19:56
Show Gist options
  • Save skipme/3928273 to your computer and use it in GitHub Desktop.
Save skipme/3928273 to your computer and use it in GitHub Desktop.
js module declare and constructor
(function(){
//"use strict";
function Contruct(trs){}
core_o.extendModule(Contruct, "name", ["dependency.1", "dependency.2"]);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment