Skip to content

Commit

Permalink
Fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Jul 28, 2014
1 parent 7704731 commit 3c1530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.remodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@

if (!options) {
options = {};
} else if (typeof options == "string" || options instanceof String) {
} else if (typeof options === "string" || options instanceof String) {
options = parseOptions(options);
}

Expand Down

0 comments on commit 3c1530c

Please sign in to comment.