Skip to content

Instantly share code, notes, and snippets.

@benjamn
Created July 30, 2010 01:18
Show Gist options
  • Save benjamn/499655 to your computer and use it in GitHub Desktop.
Save benjamn/499655 to your computer and use it in GitHub Desktop.
function finish() {
this.$("#@test_link").addClass(this._failed ? "done_effed_up" : "done");
Harness.instance.finish();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment