Skip to content

Commit

Permalink
Merge pull request #162 from piecioshka/patch-1
Browse files Browse the repository at this point in the history
Add return point
  • Loading branch information
endor committed Oct 12, 2012
2 parents d300359 + 43a3b26 commit 3546aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/sammy.storage.js
Expand Up @@ -80,7 +80,7 @@
if ($.isFunction(this.storage.isAvailable)) {
return this.storage.isAvailable();
} else {
true;
return true;
}
},
// Checks for the existance of `key` in the current store. Returns a boolean.
Expand Down

0 comments on commit 3546aa2

Please sign in to comment.