forked from cory/tildefriends
Fixed loads of memory leaks and related issues.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3782 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -78,7 +78,6 @@ function edit() {
|
||||
return;
|
||||
}
|
||||
|
||||
closeStats();
|
||||
gSplit = Split(['#editPane', '#viewPane'], {minSize: 0});
|
||||
|
||||
ensureLoaded([
|
||||
@ -155,8 +154,6 @@ function trace() {
|
||||
}
|
||||
|
||||
function stats() {
|
||||
closeEditor();
|
||||
gSplit = Split(['#statsPane', '#viewPane'], {minSize: 0});
|
||||
document.getElementById("statsPane").style.display = 'flex';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user