Skip to content

Commit

Permalink
Merge branch 'rationalise_states' into r1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maryrosecook committed May 1, 2012
2 parents e244104 + c6691ba commit 01383b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pusher_connection.js
Expand Up @@ -10,7 +10,7 @@
'impermanentlyClosing': ['waiting', 'permanentlyClosing'],
'permanentlyClosing': ['permanentlyClosed'],
'permanentlyClosed': ['waiting'],
'failed': ['permanentlyClosed'],
'failed': ['permanentlyClosed']
};


Expand Down

0 comments on commit 01383b3

Please sign in to comment.