- Visit http://documentcloud.github.com/backbone/examples/todos/index.html
- Open Web Inspector
- Locate file todos.js
- Place breakpoint at line 13
- Refresh page
Expect execution to be paused on line 13. Instead you get an infinite spinner.
- Visit http://jsbin.com/isanoy/3
- Open Inspector
- Add breakpoint on the line "return something";
- Call doSomething() in console
- Enter "something" into the console
Get error: "SyntaxError: 'with' statements are not valid in strict mode"