Skip to content

Commit

Permalink
Merge branch 'master' into faster-transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed May 9, 2016
2 parents 346ac1a + 445558b commit 1a60f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var renderer = function (arg) {
*/
////////////////////////////////////////////////////////////////////////////
this.api = function () {
throw 'Should be implemented by derivied classes';
throw new Error('Should be implemented by derived classes');
};

////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 1a60f79

Please sign in to comment.