Removed Object.prototype.extend for third-party libraries

I have published a new beta versiont that will get rich of the Object.prototype.extend that is in conflict with several third-party libraries. Download the beta at http://schwarz-interactive.de/download/6.4.5.2-beta.zip and if you have any feedback please use the thread in the Google group here.

The prototype method Object.prototype.extend has been removed to get third-party JavaScript libraries work with Ajax.NET Professional. If you  you are using the JavaScript method to extend your objects use following configuration in web.config:

   <ajaxNet>
    <ajaxSettings>
     <oldStyle>
      <objectExtendPrototype/>
         </oldStyle>
        </ajaxSettings>
   </ajaxNet>

Published Wednesday, April 05, 2006 9:07 PM by Michael Schwarz
Filed under: , , ,

Comments

# re: Removed Object.prototype.extend for third-party libraries

Wednesday, April 05, 2006 5:16 PM by Tim
Great, it is working, now!! THANKS!!!

# re: Removed Object.prototype.extend for third-party libraries

Thursday, April 06, 2006 12:48 PM by Brad
Great! I waitting this long time! I don't test it, but I think I can use Qooxdoo Now!


Thanks a lot!

# re: Removed Object.prototype.extend for third-party libraries

Friday, April 07, 2006 10:42 AM by Brad
It is very good, I am waitting this for a long time, now I using ajax 5.7.22.2.


Thanks!