I'm not sure how an adapter would fit in here :)

It just seems that prototypejs could be made much more other-friendly
by these two simple steps:

1) Replacing ~64 occurrences of "$(" with "$P(" -- if this is done it
also implicitly replaces "$$(" with "$$P(". Although I haven't ruled
it out, I'm quite sure this doesn't affect any unrelated occurrences
of $ in strings or regular expressions.

2) Adding these two statements:
$ = $P
$$ = $$P

I can understand if there are compelling reasons *not* to make such
trivial changes to prototypejs.
However, I can not think of any such reason not to do so.
At the very least it would save one-off-modifications like I have
performed.
(And site-specific hacks are no fun to maintain.)

Paul
--~--~---------~--~----~------------~-------~--~----~
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