Merge "resourceloader: Remove redundant var-freeing in addScript()"
This commit is contained in:
commit
c0f24b4448
1 changed files with 0 additions and 1 deletions
|
|
@ -1120,7 +1120,6 @@
|
|||
if ( script.parentNode ) {
|
||||
script.parentNode.removeChild( script );
|
||||
}
|
||||
script = null;
|
||||
if ( callback ) {
|
||||
callback();
|
||||
callback = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue