Skip to content

Commit 52a313d

Browse files
committed
Adding some comment reminders
1 parent edca80a commit 52a313d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestStacktrace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
});
710710

711711
test("guessAnonymousFunctions opera10", function() {
712-
// TODO currently failing in Opera 10.60
712+
// FIXME: currently failing in Opera 10.60
713713
var results = [], p = new printStackTrace.implementation();
714714
var file = 'http://' + window.location.hostname + '/file.js';
715715
p.sourceCache[file] = ['var f2 = function() {', 'var b = 2;', '};'];

0 commit comments

Comments
 (0)