On Apr 22, 9:54 am, Matt Foster <mattfoste...@gmail.com> wrote:
> I've used the Enumerable methods and the core stuff like Function.bind
> and Class.create in whatever ECMA flavor the Adobe programs
> use(Indesign & Photoshop) so I'm sure it's possible to leverage some
> things from prototype in your program.

This may be using some ES5 variant. Many new methods in this new
version of ECMAScript are either inspired by or present in Prototype:

http://www.ecma-international.org/publications/files/drafts/tc39-2009-050.pdf
http://github.com/280north/narwhal/blob/master/engines/default/lib/global-es5.js

Nathan

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

Reply via email to