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
regions in layout view missing attach method? #343
Comments
can you provide some sample code for this? Regions are built the same way for Layouts as they are for App objects... but there are some differences in when they are built and initialized. That may be what's causing this, but I will need to see some sample code that reproduces the problem. |
ok - hopefully what follows isn't too horrible. TypeError: this.someRegion.attach is not a function fyi 'show' works, and the same code worked as a non Marionette.Layout (just using app region).
where
hope it helps. |
so, i dug in to this just now... the method name is also - what are you trying to do with |
Doh, You are correct, |
jeacott commentedNov 9, 2012
regions in layout view seem to be missing the attach method
The text was updated successfully, but these errors were encountered: