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

validate #60

Closed
henricavalcante opened this issue Jan 27, 2015 · 4 comments
Closed

validate #60

henricavalcante opened this issue Jan 27, 2015 · 4 comments
Assignees

Comments

@henricavalcante
Copy link

in this line:

MotionGuidePlugin.calc = function(data, ratio, target) {
        if(data._segments == undefined){ MotionGuidePlugin.validate(data); }

I can't found function 'validate' in MotionGuidePlugin object.

@lannymcnie lannymcnie added the bug label Feb 17, 2015
@lannymcnie
Copy link
Member

This looks like it was not completely implemented. Typically the data comes from Flash Pro export, so I don't think we have run into any cases where this actually happens.

In the short term, we will ensure that it errors properly (vs a random RTE) - and hopefully implement the validate method eventually.

Thanks for the report!

@lannymcnie lannymcnie self-assigned this Feb 17, 2015
@henricavalcante
Copy link
Author

@micaelsouza @DaniloThiago please follow this issue

@lannymcnie
Copy link
Member

The RTE handling was added in October 2015. Closing this issue, since there is no plan to handle it differently.

@henricavalcante
Copy link
Author

thanks. =)

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

No branches or pull requests

2 participants