http://dean.edwards.name/temp/base2/doc/
You can browse the new API from here. It's 90% compatible with version
1.0 but there are some fundamental changes:
1. Packages now work in a totally different way
2. Map is removed (use Collection instead)
3. The JavaScript package is removed
4. All package names are now lower case
5. Module is renamed to Trait
6. base2.dom.bind is now in a separate file
7. Lots of new stuff :)
Let me know your thoughts. I'm happy to answer questions about the new code.
-dean
Quick thing about detect: what's the difference between
detect("!(style.borderRadius)") and !detect("(style.borderRadius)") ?
That is: why does detect need the ! to invert the return value? (The
dynamic object detection needs it, I suppose, but it feels a bit
weird.)
sil
--
New Year's Day --
everything is in blossom!
I feel about average.
-- Kobayashi Issa
Responding to you so that my answer is seen on the list. Forgot to click
"reply to all". :)
-dean