@@ -4,9 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface PromiseInterface |
| 6 | 6 | { |
| 7 | - /** |
|
| 8 | - * Indicates the state of current promise is pending. |
|
| 9 | - */ |
|
| 7 | + /** |
|
| 8 | + * Indicates the state of current promise is pending. |
|
| 9 | + */ |
|
| 10 | 10 | const STATE_PENDING = 1; |
| 11 | 11 | |
| 12 | 12 | /** |