Skip to content

Instantly share code, notes, and snippets.

@micmath
Created November 3, 2009 11:39
Show Gist options
  • Save micmath/224963 to your computer and use it in GitHub Desktop.
Save micmath/224963 to your computer and use it in GitHub Desktop.
$ diff qunit.js qunit.patched.js
369c369,370
< if ( GETParams[i] === "noglobals" ) {
---
> if ( GETParams[i].indexOf('=') > -1 ) { GETParams.splice( i, 1 ); i--; }
> else if ( GETParams[i] === "noglobals" ) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment