mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 16:53:10 +00:00
Remove unnecessary script attributes
This commit is contained in:
parent
6f306a6436
commit
f1c8670102
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue