naTmeg / ScriptedAmigaEmulator

Amiga Emulator in javascript and HTML5
331 stars 63 forks source link

Don't add clone() to the Object prototype but use a helper function instead #26

Closed Vesuri closed 5 years ago

Vesuri commented 5 years ago

Adding clone() to Object causes jquery to fail when included on the same page with SAE.

naTmeg commented 5 years ago

Seems a better solution. I will rename cloneObject() to SAEF_CloneObject and move it to utils.js by the next release.