Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google maps are not working when vis4.js script is included on page #34

Open
polyakova opened this issue May 28, 2015 · 0 comments
Open

Comments

@polyakova
Copy link

Google maps are not working because of the code in vis4.js script:

Function.prototype.bind = function(scope) {
  var _function = this;
  return function() {
    return _function.apply(scope, arguments);
  };
};

'''

This code is called by google main.js script and throws error.
@polyakova polyakova changed the title Google maps is not working when vis4.js script is included on page Google maps are not working when vis4.js script is included on page May 28, 2015
@pwalsh pwalsh added the bug label Dec 15, 2015
@pwalsh pwalsh added this to the Backlog milestone Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants