Move private code out of fluid.access and into the jQuery plugin itself.
Description
At the moment, the jQuery keyboard accessibility library has two separate JavaScript files: KeyboardHandlers.js and jquery.keyboard-a11y.js. KeyboardHandlers, using the fluid.access namespace, contains low-level functions used by the jQuery plugin. These are now unnecessary and can be folded right into the plugin itself.
Environment
None
Activity
Show:
Michelle D'Souza February 22, 2011 at 9:27 PM
Closing issues that were resolved for 1.0 and earlier releases.
Colin Clark January 18, 2008 at 3:30 AM
Folded code into the jQuery plugin's private closure, moved the major constants into the jQuery.a11y namespace, and ported all the examples over. Done.
At the moment, the jQuery keyboard accessibility library has two separate JavaScript files: KeyboardHandlers.js and jquery.keyboard-a11y.js. KeyboardHandlers, using the fluid.access namespace, contains low-level functions used by the jQuery plugin. These are now unnecessary and can be folded right into the plugin itself.