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>
3 Comments
Comments have been disabled for this content.
Tim said
Great, it is working, now!! THANKS!!!
Brad said
Great! I waitting this long time! I don't test it, but I think I can use Qooxdoo Now!
Thanks a lot!
Brad said
It is very good, I am waitting this for a long time, now I using ajax 5.7.22.2.
Thanks!