Created
May 20, 2014 21:25
-
-
Save bentona/0b28c9810ab5008dc356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) DomEventBinder #hasMetaKey given the shift key is held down returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28197 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
2) DomEventBinder #hasMetaKey given the alt key is held down returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28204 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
3) DomEventBinder #hasMetaKey given the ctrl key is held down returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28211 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
4) DomEventBinder #hasMetaKey given the meta key is held down returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28218 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
5) DomEventBinder #hasMetaKey if no meta keys are pressed if the middle button was pushed (w3c spec) returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28226 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
6) DomEventBinder #hasMetaKey if no meta keys are pressed if the middle button was pushed (IE spec) returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28233 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
7) DomEventBinder #hasMetaKey if no meta keys are pressed if the middle & left buttons were pushed (IE spec) returns true: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.hasMetaKey') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28240 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4625 | |
at done (http://localhost:8001/node_modules/mocha/mocha.js:4300) | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4343) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4626) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) | |
8) DomEventBinder #mineEvent returns an object containing all serializable properties: | |
TypeError: 'undefined' is not an object (evaluating 'this.domEventBinder.mineEvent') | |
at http://localhost:8001/browser/dist/browserified_tests.js:28249 | |
at callFn (http://localhost:8001/node_modules/mocha/mocha.js:4338) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4331 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4728 | |
at http://localhost:8001/node_modules/mocha/mocha.js:4819 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4653) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4663 | |
at next (http://localhost:8001/node_modules/mocha/mocha.js:4601) | |
at http://localhost:8001/node_modules/mocha/mocha.js:4630 | |
at timeslice (http://localhost:8001/node_modules/mocha/mocha.js:5763) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment