cosmetic changes
This commit is contained in:
parent
c99316916c
commit
541af0917a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Ox.GarbageCollection = (function() {
|
||||||
if ($element && Ox.isUndefined($element.$element.data('oxid'))) {
|
if ($element && Ox.isUndefined($element.$element.data('oxid'))) {
|
||||||
//Chrome does not properly release resources, reset manually
|
//Chrome does not properly release resources, reset manually
|
||||||
//http://code.google.com/p/chromium/issues/detail?id=31014
|
//http://code.google.com/p/chromium/issues/detail?id=31014
|
||||||
$element.find('video').attr('src', '');
|
$element.find('video').attr({src: ''});
|
||||||
$element.remove();
|
$element.remove();
|
||||||
delete Ox.UI.elements[id];
|
delete Ox.UI.elements[id];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue