Skip to content

Commit

Permalink
remove 'active' from element class where it never belonged
Browse files Browse the repository at this point in the history
Summary:

Reviewers:

Test Plan:

Task ID:
  • Loading branch information
Justin Bishop committed Jan 13, 2012
1 parent 0eb1118 commit 7ec5ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebDriverElement.php
Expand Up @@ -16,7 +16,6 @@
final class WebDriverElement extends WebDriverContainer {
protected function methods() {
return array(
'active' => 'POST',
'click' => 'POST',
'submit' => 'POST',
'text' => 'GET',
Expand Down

0 comments on commit 7ec5ac0

Please sign in to comment.