diff --git a/G.js b/G.js new file mode 100644 index 0000000..dccd370 --- /dev/null +++ b/G.js @@ -0,0 +1,16 @@ +(function(){ + var Gatewify=function(){return (g.fn.init).apply(console,arguments)}; + var g={}; + g.fn={}; + + g.fn.init=function(){ + var a=arguments; + if(is_string(a)){ + qs + } + console.log('it works!'); + }; + /* Query Selector */ + qs=function(){}; + window.gatewify=window.gate=window.G=Gatewify; +})(window); \ No newline at end of file