diff --git a/src/ng/q.js b/src/ng/q.js index 32237dadf4b4..1dfd98bf9dce 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -148,10 +148,6 @@ * specification](https://github.com/kriskowal/q/wiki/API-Reference#promisefinallycallback) for * more information. * - * Because `finally` is a reserved word in JavaScript and reserved keywords are not supported as - * property names by ES3, you'll need to invoke the method like `promise['finally'](callback)` to - * make your code IE8 and Android 2.x compatible. - * * # Chaining promises * * Because calling the `then` method of a promise returns a new derived promise, it is easily