Skip to content

Commit 17edc61

Browse files
save file
1 parent 436b3b0 commit 17edc61

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/editors/js-console/html/output/v2.0/output-v2.0.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129

130130

131131
btn.kill = function(){
132+
133+
kill();
134+
132135
}//kill
133136

134137

@@ -238,7 +241,9 @@
238241
}//iframe
239242

240243

241-
obj.kill = function(){
244+
obj.kill = function(){return kill()}
245+
246+
function kill(){
242247

243248
iframe.remove();
244249

0 commit comments

Comments
 (0)