Add Fuse.emulate() and related API
Reported by Joe Gornick | February 6th, 2009 @ 12:37 AM
We need to produce methods so users can easily add adapters to the Fuse namespace and so they can be "adapted".
Fuse.addAdapter({ 'Prototype': function() { } });
Fuse.adapt('Prototype');
Comments and changes to this ticket
-
Joe Gornick February 6th, 2009 @ 12:38 AM
Maybe we should add the adapters to the Fuse.Adapter namespace? Just a thought.
-
John-David Dalton July 3rd, 2009 @ 05:42 PM
- Title changed from Add adapter methods to Fuse to Add Fuse.emulate() and related API
We have moved from
Fuse.adapt(...)
toFuse.emulate(...)
-
John-David Dalton July 3rd, 2009 @ 05:47 PM
- Milestone cleared.
-
John-David Dalton June 1st, 2010 @ 02:59 PM
- State changed from new to invalid
For beta we won't have an API to load emulation layers. Instead we will rely on the build system.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.