Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
I have missed a f*cking comma
  • Loading branch information
Mikhail Kormanowsky authored Dec 10, 2017
1 parent 18d499a commit 96774cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jextract.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function jExtract(struct, parent) {
},
isFunction = function(v){
return typeof v === "function";
}
},
jExtractText = function (string) {
this._text = string;
},
Expand Down
2 changes: 1 addition & 1 deletion jextract.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96774cd

Please sign in to comment.