We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edca80a commit 52a313dCopy full SHA for 52a313d
test/TestStacktrace.js
@@ -709,7 +709,7 @@
709
});
710
711
test("guessAnonymousFunctions opera10", function() {
712
- // TODO currently failing in Opera 10.60
+ // FIXME: currently failing in Opera 10.60
713
var results = [], p = new printStackTrace.implementation();
714
var file = 'http://' + window.location.hostname + '/file.js';
715
p.sourceCache[file] = ['var f2 = function() {', 'var b = 2;', '};'];
0 commit comments