[Prototype-core] Re: Memory leak in IE; prototype version 1.5.1 and up. Caused by String.prototype.escapeHTML improvements

2008-05-03 Thread John-David Dalton
Thanks for the tests Geoff, I have uploaded them here: http://protolific.net/memory_leak_testcase.zip I patched the Prototyep 1.5.1 file. There is a second file named _prototype_1_5_1.js which is my latest git version compiles (so it is really 1.6.0.2+ with the patch in it is as well. I still

[Prototype-core] Re: simple suggestion

2008-05-03 Thread bubbatls
I use it for - setting the onselectstart, oncontextmenu on some html element, - when function may take a function as parameter, I found often usefull to defaulting this function by one of those. - when i define a Class with abstract method. Checking my code, i can say that I use False 10 times

[Prototype-core] Re: simple suggestion

2008-05-03 Thread John-David Dalton
I think kangax used to have something similar in his: http://github.com/kangax/protolicious/tree/master/helpers.js Though I cannot seem to find it now :) - JDD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups