Skip to content

Commit

Permalink
Remove troublesome error from Google Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed May 12, 2016
1 parent 1cf7750 commit 059b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/gis/plugins/Google.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(function(root, factory) {

if (root === null) {
throw new Error('Google-maps package can be used only in browser');
//throw new Error('Google-maps package can be used only in browser');
}

if (typeof define === 'function' && define.amd) {
Expand Down

0 comments on commit 059b3ac

Please sign in to comment.