Skip to content

Instantly share code, notes, and snippets.

@rik
Created March 17, 2014 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rik/9602651 to your computer and use it in GitHub Desktop.
Save rik/9602651 to your computer and use it in GitHub Desktop.
simPickerElt.addEventListener('focus', function onfocus(e) {
simPickerElt.removeEventListener('focus', onfocus);
assert.equal(e.target, simPickerElt);
done();
});
subject.show(0, '2222', function() {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment