Splitting up UI Core
Splitting up UI Core
Hey everyone,
for better SVN logs and structure, I vote for splitting up ui.core.js in the trunk.
Here's what I propose for now, and what the individual files would include:
ui.core.js
- widget factory
- $.fn.remove
- isVisible (wtf is this anyway? how is it different to the :visible selector?)
- :data, :tabbable
ui.core.mouse.js<br clear="all"> - $.ui.mouse
ui.core.keyboard.js
- keyCodes
ui.core.aria.js
- ariaRole
- ariaState
The file would still be bundled into one for releases, it's only for development
purposes. Anyone?
--
Paul Bakaus
UI Architect
--
<a href="http://paulbakaus.com">http://paulbakaus.com</a>
<a href="http://www.linkedin.com/in/paulbakaus">http://www.linkedin.com/in/paulbakaus</a>