Skip to content
Permalink
Browse files

refactor(ngMock): use exactly equal in browserTrigger

Closes #6763
  • Loading branch information
robinboehm authored and Narretz committed Mar 20, 2014
1 parent 05c8d88 commit fda338e8e292e2b6c2289558096f63fa59b88840
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ngScenario/browserTrigger.js
@@ -40,7 +40,7 @@
}[inputType || '_default_'];
}

if (nodeName == 'option') {
if (nodeName === 'option') {
element.parentNode.value = element.value;
element = element.parentNode;
eventType = 'change';

0 comments on commit fda338e

Please sign in to comment.
You can’t perform that action at this time.