mobilehero-archive / adamantium

:end: No longer Maintained -- Use {nativeloop} now: https://github.com/nativeloop
Other
8 stars 0 forks source link

getViewEx breaks when no parameters are passed to function #29

Open brentonhouse opened 8 years ago

brentonhouse commented 8 years ago

When calling getViewEx (located in BaseController.js), if no parameters are passed to function, it breaks.

    getViewEx: function(opts) {
            var recurse = opts.recurse || false;
            if (recurse) {  ... }
                        ...
      }

This needs a default value set.