Skip to content

Commit

Permalink
Merge pull request #11 from cboden/jshint-fix
Browse files Browse the repository at this point in the history
Fixed jshint error
  • Loading branch information
dylanfprice committed Aug 23, 2013
2 parents aca653b + 1ba0484 commit a5a715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/angulargmMapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
};

this.getPolyline = function (scopeId, hash) {
if (null == hash || '' == hash) {
if (null == hash || '' === hash) {
throw 'no hash passed to lookup';
}

Expand Down

0 comments on commit a5a715b

Please sign in to comment.