sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

Plugin models appear after app models in load order #43

Closed sinisterchipmunk closed 12 years ago

sinisterchipmunk commented 12 years ago

However, they should be loaded before app models. If the developer wishes to create a model that extends a model loaded by a plugin, he can't currently do so unless he somehow defers initialization of his model, which is both confusing and can cause other init problems.