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

[MdApp] No _isRightDrawer function #1729

Closed
mgobishop opened this issue May 13, 2018 · 1 comment
Closed

[MdApp] No _isRightDrawer function #1729

mgobishop opened this issue May 13, 2018 · 1 comment
Labels

Comments

@mgobishop
Copy link

var _isRightDrawer = _isRightDrawer(componentOptions.propsData);

should read...

var _isRightDrawer = isRightDrawer(componentOptions.propsData);

@VdustR
Copy link
Member

VdustR commented May 13, 2018

fixed with #1728

@VdustR VdustR closed this as completed May 13, 2018
@VdustR VdustR added the bug label May 13, 2018
@VdustR VdustR changed the title No _isRightDrawer function [MdApp] No _isRightDrawer function May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants