bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

[BUGFIX] make type loading order independent #144

Closed skurfuerst closed 11 years ago

skurfuerst commented 11 years ago

For sub- and supertypes to properly work and contain all metadata, the supertypes had to be loaded before the subtypes.

This change fixes this; making the supertype loading order agnostic, also retaining the metadata of the super type.

This is needed for TYPO3 Neos to work properly, as we make escessive use of supertypes and metadata.