Use the new Test Console widget.
Additional unit tests for Y.Object. Added missing tests for Y.Object(), each(), hasKey(), hasValue(), isEmpty(), keys(), owns(), size(), some(), and values().
Refactor Y.Object unit tests.
Y.Object() optimization -- uses cached throwaway function and will use native Object.create() if available.
test update
test updates
moved hasOwnProperty check so that Y.Object.size works right when some messes around with Object.prototype [fixes #2528467].
getValue returns undefined if source isn't an object [fixes #2528347].
Initial custom event split
Info about dynamically loaded modules is stored globally, keyed by version number to avoid duplicate CSS inserts by multiple YUI instances [fixes #2139465]. # Please enter the commit message for your changes. Lines starting
Added Array.numericSort [ fixes bug #2526013 ]
Added Object.getValue Object.setValue [ fixes bug #2526054 ]