> Ben Browning wrote: >> >> I have several views that actually include some javascript libraries >> inline within the view outside of my map function (date.js for >> example).
I've been doing that also, and it seems to work pretty well. I haven't benchmarked to see if the extra code slows it down, but I know giant map functions don't break anything. (I tend to include my inline code within my view function, but I expect Spidermonkey can still optimize it.) -- Chris Anderson http://jchris.mfdz.com
