Skip to content

Commit

Permalink
fix build version number
Browse files Browse the repository at this point in the history
  • Loading branch information
qstufie committed Mar 9, 2016
1 parent ead5def commit f7e7db5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.5
2 changes: 1 addition & 1 deletion 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.1.3';
this.version = '1.1.5';
this.aName = name;
// defaults
name = _s(name).hashCode();
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 o
o=function(t,o){this.version="1.1.3",this.aName=t,t=n(t).hashCode()
o=function(t,o){this.version="1.1.5",this.aName=t,t=n(t).hashCode()
var l="_sj_"+t
if(this.name=t,r[l]=this,this.localStorageKey=l+"_data",this.container=null,this.state={},this.pState={},this.cnf={localStorageWrite:!0,localStorageRead:!0,partialRender:!0},"object"==typeof o)for(var p in o)this.cnf[p]=o[p]
this.callbacks={sta:{},fin:{},wrd:{},drd:{},rde:{},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

0 comments on commit f7e7db5

Please sign in to comment.