Michael Ryan Soileau

Results 3 comments of Michael Ryan Soileau

A bit more details to help out anyone else, and I'll probably submit a pull request later. The general matcher uses `$_SERVER['REQUEST_URI']` which will return a path like: /foo/bar/?param=value&param2=value2 If...

I also encountered this. When using the ES6 Sham, (but not the ES5 Shim/Sham and ES6 Shim), whenever I minified the files using Uglifier, Safari started throwing errors. This is...

Here's the fix: ```js var shiftKey = window.event.shiftKey; ``` This will bring in the global window event object, which will detect if the shift key is pressed down.