Skip to content

Commit a5a715b

Browse files
committed
Merge pull request #11 from cboden/jshint-fix
Fixed jshint error
2 parents aca653b + 1ba0484 commit a5a715b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/angulargmMapController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
};
416416

417417
this.getPolyline = function (scopeId, hash) {
418-
if (null == hash || '' == hash) {
418+
if (null == hash || '' === hash) {
419419
throw 'no hash passed to lookup';
420420
}
421421

0 commit comments

Comments
 (0)