Skip to content

Commit 026af89

Browse files
author
Chris K
committed
Test.
1 parent 20559eb commit 026af89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/runtimes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
window.cls || (window.cls = {});
22
cls.EcmascriptDebugger || (cls.EcmascriptDebugger = {});
33
cls.EcmascriptDebugger["6.0"] || (cls.EcmascriptDebugger["6.0"] = {});
4-
/* */
4+
55
cls.EcmascriptDebugger["6.0"].Runtime = function(runtime)
66
{
77
var RUNTIME_ID = 0;

0 commit comments

Comments
 (0)