diff --git a/VERSION b/VERSION index 90a27f9..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5 +1.1.0 diff --git a/dist/simple.dev.js b/dist/simple.dev.js index 9854816..6a90c99 100644 --- a/dist/simple.dev.js +++ b/dist/simple.dev.js @@ -119,7 +119,7 @@ function _c(obj) { var app; app = function (name, cnf) { // current version from build - this.version = '1.0.5'; + this.version = '1.1.0'; this.aName = name; // defaults name = _s(name).hashCode(); @@ -528,7 +528,6 @@ app = function (name, cnf) { } } parsedData.attr = attrs.join(' '); - console.log(parsedData); return parsedData; }; /** diff --git a/dist/simple.min.js b/dist/simple.min.js index 17dd434..2b9865d 100644 --- a/dist/simple.min.js +++ b/dist/simple.min.js @@ -9,7 +9,7 @@ if(0===this.length)return i for(t=0,a=this.length;a>t;t++)e=this.charCodeAt(t),i=(i<<5)-i+e,i|=0 return Math.abs(i)} var l -l=function(t,l){this.version="1.0.5",this.aName=t,t=n(t).hashCode() +l=function(t,l){this.version="1.1.0",this.aName=t,t=n(t).hashCode() var o="_sj_"+t if(this.name=t,s[o]=this,this.localStorageKey=o+"_data",this.container=null,this.state={},this.pState={},this.cnf={localStorageWrite:!0,localStorageRead:!0,partialRender:!0},"object"==typeof l)for(var p in l)this.cnf[p]=l[p] this.callbacks={sta:{},fin:{},wrd:{},drd:{},rde:{},ped:{},siu:{}},this.getCallback=function(t,e){return e?"function"==typeof this.callbacks[t][e]?this.callbacks[t][e]:void 0:this.callbacks[t]},this.on=function(t,e,a){"object"==typeof this.callbacks[t]&&"function"==typeof a&&(this.callbacks[t][e]=a)},this._f=function(t){var e=this.getCallback(t) diff --git a/src/app.js b/src/app.js index ba29f7b..9781ee8 100644 --- a/src/app.js +++ b/src/app.js @@ -527,7 +527,6 @@ app = function (name, cnf) { } } parsedData.attr = attrs.join(' '); - console.log(parsedData); return parsedData; }; /**