diff options
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/q.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/q.js b/src/ng/q.js index eb3b2bed..76e00df0 100644 --- a/src/ng/q.js +++ b/src/ng/q.js @@ -112,7 +112,7 @@   *   *   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 compatible. + *   make your code IE8 and Android 2.x compatible.   *   * # Chaining promises   * | 
