| OLD | NEW |
| 1 | 1 |
| 2 Tests framework blackboxing feature on jQuery. | 2 Tests framework blackboxing feature on jQuery. |
| 3 | 3 |
| 4 [page] onTestEvent1 | 4 [page] onTestEvent1 |
| 5 [page] onTestEvent2 | 5 [page] onTestEvent2 |
| 6 [page] onTestEvent3 | 6 [page] onTestEvent3 |
| 7 Set timer for test function. | 7 Set timer for test function. |
| 8 Call stack: | 8 Call stack: |
| 9 0) testFunction (frameworks-jquery.html:16) | 9 0) testFunction (frameworks-jquery.html:16) |
| 10 | 10 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 * 1) m.event.dispatch (jquery-1.11.1.min.js:3) | 74 * 1) m.event.dispatch (jquery-1.11.1.min.js:3) |
| 75 * 2) r.handle (jquery-1.11.1.min.js:3) | 75 * 2) r.handle (jquery-1.11.1.min.js:3) |
| 76 * 3) m.event.trigger (jquery-1.11.1.min.js:3) | 76 * 3) m.event.trigger (jquery-1.11.1.min.js:3) |
| 77 * 4) (jquery-1.11.1.min.js:3) | 77 * 4) (jquery-1.11.1.min.js:3) |
| 78 * 5) m.extend.each (jquery-1.11.1.min.js:2) | 78 * 5) m.extend.each (jquery-1.11.1.min.js:2) |
| 79 * 6) m.fn.m.each (jquery-1.11.1.min.js:2) | 79 * 6) m.fn.m.each (jquery-1.11.1.min.js:2) |
| 80 * 7) m.fn.extend.trigger (jquery-1.11.1.min.js:3) | 80 * 7) m.fn.extend.trigger (jquery-1.11.1.min.js:3) |
| 81 8) testFunction (frameworks-jquery.html:19) | 81 8) testFunction (frameworks-jquery.html:19) |
| 82 | 82 |
| 83 | 83 |
| OLD | NEW |