Skip to content

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

Description

@polyakova

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions