Sha256: 9ac0912badaba1411b3b8032ae5e50b911ac42c50b2a618f444d02e0f29794c5
Contents?: true
Size: 689 Bytes
Versions: 20
Compression:
Stored size: 689 Bytes
Contents
/** * * [SOW] Builder * * @author Dorin Grigoras * www.stepofweb.com * * @Dependency - * @Usage $.SOW.core.builder.init(); * * **/ ;(function ($) { 'use strict'; /** * * @vars * * **/ var scriptInfo = 'SOW Builder'; $.SOW.core.builder = { /** * * @config * * **/ config: {}, /** * * @collection * * **/ collection: $(), /** * * @init * * **/ init: function (selector, config) { // -- * -- $.SOW.helper.consoleLog('Init : ' + scriptInfo); // -- * -- return this.collection; }, /** * * * **/ _________: function() { }, }; })(jQuery);
Version data entries
20 entries across 20 versions & 2 rubygems