Skip to content

Commit

Permalink
DanielWagnerHall: Removing spurious error code
Browse files Browse the repository at this point in the history
r13181
  • Loading branch information
illicitonion committed Aug 2, 2011
1 parent b1d93aa commit 57b2fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions javascript/atoms/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ bot.ErrorCode = {
MODAL_DIALOG_OPENED: 26,
NO_MODAL_DIALOG_OPEN: 27,
SCRIPT_TIMEOUT: 28,
INVALID_SELECTOR_ERROR: 32,
NO_ALERT_PRESENT: 33
INVALID_SELECTOR_ERROR: 32
};


Expand Down

0 comments on commit 57b2fc4

Please sign in to comment.