Skip to content

Instantly share code, notes, and snippets.

@simong
Created September 15, 2012 11:27
Show Gist options
  • Select an option

  • Save simong/3727412 to your computer and use it in GitHub Desktop.

Select an option

Save simong/3727412 to your computer and use it in GitHub Desktop.

What I have: oae-authentication/lib/api.js: ... _$jscoverage['api.js'][138] = 0; _$jscoverage['api.js'][139] = 0; _$jscoverage['api.js'][140] = 0; ...

oae-permissions/lib/api.js: ... _$jscoverage['api.js'][138] = 0; _$jscoverage['api.js'][139] = 0; _$jscoverage['api.js'][140] = 0; ....

What I want: oae-authentication/lib/api.js: ... _$jscoverage['oae-authentication/lib/api.js'][138] = 0; _$jscoverage['oae-authentication/lib/api.js'][139] = 0; _$jscoverage['oae-authentication/lib/api.js'][140] = 0; ...

oae-permissions/lib/api.js: ... _$jscoverage['oae-permissions/lib/api.js'][138] = 0; _$jscoverage['oae-permissions/lib/api.js'][139] = 0; _$jscoverage['oae-permissions/lib/api.js'][140] = 0; ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment