diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 9811c363..e9d1de88 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -81,6 +81,7 @@      -assertNotHasOwnProperty,      -getter,      -getBlockElements, +    -hasOwnProperty,  */ @@ -96,7 +97,7 @@   * @returns {string} Lowercased string.   */  var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;}; - +var hasOwnProperty = Object.prototype.hasOwnProperty;  /**   * @ngdoc function | 
