Skip to content

Commit 8582088

Browse files
gkalpakpkozlowski-opensource
authored andcommitted
docs($q): remove IE8-specific notice
Closes angular#10008
1 parent 0db573b commit 8582088

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ng/q.js

-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@
148148
* specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for
149149
* more information.
150150
*
151-
* Because `finally` is a reserved word in JavaScript and reserved keywords are not supported as
152-
* property names by ES3, you'll need to invoke the method like `promise['finally'](callback)` to
153-
* make your code IE8 and Android 2.x compatible.
154-
*
155151
* # Chaining promises
156152
*
157153
* Because calling the `then` method of a promise returns a new derived promise, it is easily

0 commit comments

Comments
 (0)