Skip to content

Commit

Permalink
added jshint config to data file
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Oct 24, 2013
1 parent 3656c6b commit 1d932c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/js/intlTelInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ author: Jack O'Connor (http://jackocnr.com)
};
})(jQuery, window, document);

// Tell JSHint to ignore this warning: "character may get silently deleted by one or more browsers"
// jshint -W100
// Namespaced to prevent clashes
var intlData = {
// Array of country objects for the flag dropdown.
Expand Down
3 changes: 3 additions & 0 deletions src/js/data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Tell JSHint to ignore this warning: "character may get silently deleted by one or more browsers"
// jshint -W100

// Namespaced to prevent clashes
var intlData = {

Expand Down

0 comments on commit 1d932c3

Please sign in to comment.