Remove unnecessary script attributes

This commit is contained in:
kangax 2013-05-14 12:34:59 -04:00
parent 6f306a6436
commit f1c8670102

View file

@ -201,9 +201,6 @@
scriptEl = fabric.document.createElement('script'),
loading = true;
scriptEl.type = 'text/javascript';
scriptEl.setAttribute('runat', 'server');
/** @ignore */
scriptEl.onload = /** @ignore */ scriptEl.onreadystatechange = function(e) {
if (loading) {