Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
qstufie committed Mar 3, 2016
1 parent 5d17d5c commit f79c8a5
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.0.4
1.0.5
2 changes: 1 addition & 1 deletion dist/simple.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function _c(obj) {
var app;
app = function (name, cnf) {
// current version from build
this.version = '1.0.4';
this.version = '1.0.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 @@ -13,7 +13,7 @@ if(0===this.length)return a
for(t=0,i=this.length;i>t;t++)e=this.charCodeAt(t),a=(a<<5)-a+e,a|=0
return Math.abs(a)}
var l
l=function(t,l){this.version="1.0.4",this.aName=t,t=n(t).hashCode()
l=function(t,l){this.version="1.0.5",this.aName=t,t=n(t).hashCode()
var o="_sj_"+t
if(this.name=t,r[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 c in l)this.cnf[c]=l[c]
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,i){"object"==typeof this.callbacks[t]&&"function"==typeof i&&(this.callbacks[t][e]=i)},this._f=function(t){var e=this.getCallback(t)
Expand Down

0 comments on commit f79c8a5

Please sign in to comment.