Question

Is it possible to access Spine JS models from the browser console? and if so, how?

Was it helpful?

Solution

OTHER TIPS

Also, if your app isn't bound to the window, you can always require the models you're looking for. Spine's require method is bound to the window.

If you have a User model (app/models/user), then you should be able to User = require 'models/user'. Then you can User.first() or whatever

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top