Preface- I recently learned about Backbone-Relational because I was interested in finding some sort of framework for working with nested backbone models.
Problem- Console Warning:
Relation = r : missing model, key or relatedModel (function (){return i.apply(this,arguments)}, "models", undefined).
Comments- I've done some research and apparently it's a scope issue and there are ways of resolving the warning but as far as I'm aware nothing official.
Question- Is there any official in depth documentation for dealing with requirejs compatibility?
-OR-
Is there a requireJS savvy alternative?