Skip to content

Commit

Permalink
[fix] JustGage is not defined #338
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 5, 2019
1 parent 04d4986 commit 90b66c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ typings/
.env

# next.js build output
.next
.next

.vscode
2 changes: 1 addition & 1 deletion justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}(this, function (Raphael) {

JustGage = function (config) {
var JustGage = function (config) {

var obj = this

Expand Down

0 comments on commit 90b66c6

Please sign in to comment.