bubbletree
bubbletree copied to clipboard
Google maps are not working when vis4.js script is included on page
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.