UNPKG

lmd

Version:

LMD: Lazy Module Declaration

13 lines (10 loc) 224 B
var jQuery = (function () { var jQuery = function () { if (this instanceof jQuery) { return; } return new jQuery(); }; jQuery.fn = jQuery.prototype; return jQuery; })();