Skip to content

OTP config.js error #4

@esbranson

Description

@esbranson

In config.js:43

otp.inherit(otp.config, otp.config_defaults); // step 3a: build the object up

This throws an exception in otp.js:148

otp.inherit = function(C, P) {
...
F.prototype = P.prototype;

because the second argument to the function (otp.config_defaults) is undefined.

This only seems to come up in Google Chrome 31.0.1622.0 dev (running on LUbuntu saucy) console logs. Firefox 23 also shows an error in the console logs. openbike.co is not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions