On 5/10/06, nick hemsley <[EMAIL PROTECTED]> wrote:
for (property in methods) {
for (var property in methods) {ensures that you're working with a locally-scoped property variable. The way it's written, if window.property existed, then you just
clobbered it. Todd _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs