rse / componentjs

ComponentJS -- Powerful run-time Component System for structuring HTML5-based Rich Clients
http://componentjs.com/
Other
85 stars 13 forks source link

Plain separation of internal and external API methods #31

Open AuspeXeu opened 11 years ago

AuspeXeu commented 11 years ago

This would solve a problem with the tracing plugin and several other plugins. And would better hide the internal structure.

rse commented 11 years ago

This should be done with the next major version 1.1.0. I think it can be done rather easily because internally ComponentJS already has two APIs: an imternal and external one.