Matthew Shaile

Results 5 comments of Matthew Shaile

I think that's the point. Consider this example: ``` function setEnable(enable) { enable = enable || true console.log(enable); } setEnable(); // true setEnable(true); // true setEnable(false); // true ``` Setting...

I had the exact same problem. I guess a "util" folder is quite a common name! `whitelist: [/^util/]` Fixed it

Sorry I had uninstalled it by the time I posted this issue. I've reinstalled it now, the exception is: inject.js:13 Uncaught TypeError: Cannot read property '1' of null(anonymous function) @...

Found when using this chrome extension: https://chrome.google.com/webstore/detail/back-to-backspace/cldokedgmomhbifmiiogjjkgffhcbaec I'm on Windows 10, Chrome version 52.0.2743.116 m

Sorry, just noticed I had emulator mode on and was simulating an iPad. That's a crucial piece of information, as it works fine when you're not in emulator mode or...