browser/devtools/debugger/test/code_ugly.js

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 function foo() { var a=1; var b=2; bar(a, b); }
michael@0 2 function bar(c, d) { debugger; }
michael@0 3 foo();

mercurial