Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
qstufie committed Mar 4, 2016
1 parent 27cddea commit c07a607
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.1.0
3 changes: 1 addition & 2 deletions dist/simple.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -528,7 +528,6 @@ app = function (name, cnf) {
}
}
parsedData.attr = attrs.join(' ');
console.log(parsedData);
return parsedData;
};
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/simple.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ app = function (name, cnf) {
}
}
parsedData.attr = attrs.join(' ');
console.log(parsedData);
return parsedData;
};
/**
Expand Down

0 comments on commit c07a607

Please sign in to comment.