bubbletree icon indicating copy to clipboard operation
bubbletree copied to clipboard

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

Open polyakova opened this issue 10 years ago • 0 comments

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 avatar May 28 '15 09:05 polyakova