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

Uncaught TypeError: Cannot read property 'apply' of undefined #47

Open
marina9568 opened this issue Feb 25, 2016 · 2 comments
Open

Uncaught TypeError: Cannot read property 'apply' of undefined #47

marina9568 opened this issue Feb 25, 2016 · 2 comments

Comments

@marina9568
Copy link

When I move or zoom timeline I get the error in console:
Uncaught TypeError: Cannot read property 'apply' of undefined
In the example the same error.

@stephenHartzell
Copy link

I see the same error.

@stephenHartzell
Copy link

I may have just figured it out. This occurs when an events function is declared but doesn't exist. E.g.

$scope.events = {
rangechange: $scope.onRangeChange,
rangechanged: $scope.onRangeChanged,
}

but $scope.onRangeChange doesn't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants