Skip to content

Commit

Permalink
Merge pull request ctrl-freaks#31 from hckrmoon/patch-1
Browse files Browse the repository at this point in the history
Update freezeframe.js
  • Loading branch information
chrisantonellis authored Dec 23, 2016
2 parents f75ad95 + 1d76160 commit 056ac15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/freezeframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ var freezeframe = (function($) {

});

return errors == 0 ? true : false;
return errors == 0;
}

//////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -361,4 +361,4 @@ $.fn.freezeframe = function(_options) {
});

return this;
};
};

0 comments on commit 056ac15

Please sign in to comment.