Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed Nov 20, 2014
1 parent 4e61fa5 commit ceab2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ func.prototype.toMethod = isFunction(Function.prototype.toMethod);
// class.
var klass = (function(){
try {
return Function("\nclass Cat {}\nreturn typeof Cat === \"function\";\n ")();
return Function("\nclass Cat {}\nreturn typeof Cat === \"function\";\n ")();
} catch(e){
return false;
return false;
}
}());

Expand Down

0 comments on commit ceab2e6

Please sign in to comment.