From 58f5da86645990ef984353418cd1ed83213b111e Mon Sep 17 00:00:00 2001 From: thorn0 Date: Tue, 18 Feb 2014 11:52:13 +0200 Subject: docs($q): add mention of Antroid 2.x browser The Android 2.x browser is not ES5-compatible in that it does not allow use of reserved words as property names. This docs fix adds Android to the note to the `$q` docs which already make it known that string property notation should be used when using the `finally` method on `$q`. --- src/ng/q.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 * -- cgit v1.2.3