Closed
Bug 1006922
Opened 11 years ago
Closed 11 years ago
I can break the web console by evaluating "method"
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1004562
People
(Reporter: vporof, Unassigned)
Details
STR:
1. Go to http://todomvc.com/architecture-examples/backbone/
2. Add a breakpoint on line 221 of backbone.js
(the line should read " var listeningTo = ...")
3. Reload the page
4. Wait for the breakpoint to hit
5. Switch to the web console
6. Type 'method' (without quotes)
7. Press enter.
Sadness: https://pastebin.mozilla.org/5086006
Comment 1•11 years ago
|
||
This is the same as bug 1004562. I'll fix it there.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•