Skip to content

Commit

Permalink
reindentation...
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Dec 18, 2013
1 parent 2f4d462 commit 7fe93d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/epitome-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
unset: function(){
// can remove keys from model, passed on as multiple string arguments or an array of string keys
var keys = Array.prototype.slice.apply(arguments),
obj = {},
len = keys.length;
obj = {},
len = keys.length;

if (!len)
return this;
Expand All @@ -150,7 +150,7 @@
empty: function(){
// empty the model and fire change event
var keys = Object.keys(this.toJSON()),
self = this;
self = this;

// let the instance know.
this.trigger('change', [keys]);
Expand Down

0 comments on commit 7fe93d0

Please sign in to comment.