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

Call BW::Device explicitly instead of Device #206

Merged
merged 1 commit into from
Mar 27, 2014
Merged

Call BW::Device explicitly instead of Device #206

merged 1 commit into from
Mar 27, 2014

Conversation

rantrix
Copy link

@rantrix rantrix commented Mar 26, 2014

Removes the assumption that Device == BW::Device to prevent errors if Device has already been defined.

I'm not sure if this is necessary. Though for my own builds, it's breaking because I already have a class Device defined. This causes Formotion to call my defined Device class rather than BW::Device.

I hope that helps.

Removes the assumption that Device == BW::Device to prevent errors
if Device has already been defined.
@rantrix rantrix closed this Mar 26, 2014
@rantrix rantrix reopened this Mar 26, 2014
@clayallsopp
Copy link
Owner

This makes a lot of sense, regardless of the outcome of rubymotion-community/BubbleWrap#355. Thanks!

clayallsopp added a commit that referenced this pull request Mar 27, 2014
Call BW::Device explicitly instead of Device
@clayallsopp clayallsopp merged commit c98dc6b into clayallsopp:master Mar 27, 2014
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

Successfully merging this pull request may close these issues.

2 participants