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

User Backstack with backbone-boilerplate? #13

Open
fabnoe opened this issue Jul 29, 2012 · 0 comments
Open

User Backstack with backbone-boilerplate? #13

fabnoe opened this issue Jul 29, 2012 · 0 comments

Comments

@fabnoe
Copy link

fabnoe commented Jul 29, 2012

Hey,
I tried do use backstack with bbb (https://github.com/tbranyen/backbone-boilerplate) but i got lot's or conflicts when i try to import backstack with requirejs.

I tried' to rewrite the header of the plugin (as backbone.layoutmanager does)

(function(window) {
    "use strict";

    // Alias the libraries from the global object.
    var Backbone = window.Backbone;
    var _ = window._;
    var $ = window.$;

}(this, function ($, _, Backbone) {
.....

But Now I get this error:
Uncaught TypeError: Cannot read property 'StackNavigator' of undefined

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

1 participant