Tests: Replace Syn with a local version that works in IE9 and IE10.
[mootools.git] / Tests / Plugins / syn / post-amd.js
blobac7b8818947aa2d80643f64ba29bd173f3d9846e
1 // Distribution versions of syn add a global AMD-style define function.
2 // Let's make sure we restore whatever existed before loading syn.
4 window.define = window._karma_syn.define;
5 window._karma_syn = undefined;