From fd375c5d4612b8638fed99929d8ef8ca9312df18 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Tue, 14 Oct 2014 11:01:57 +0300 Subject: [PATCH] chore(CHANGELOG): fix name of jqLiteDocumentLoaded function The newly added private jqLiteDocumentLoaded function is referred to as jqDocumentComplete (due to a wrong commit message). Closes #9610 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b74158..2324da3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ - **currencyFilter:** add fractionSize as optional parameter ([20685ffe](https://github.com/angular/angular.js/commit/20685ffe11036d4d604d13f0d792ca46497af4a1), [#3642](https://github.com/angular/angular.js/issues/3642), [#3461](https://github.com/angular/angular.js/issues/3461), [#3642](https://github.com/angular/angular.js/issues/3642), [#7922](https://github.com/angular/angular.js/issues/7922)) -- **jqLite:** add private jqDocumentComplete function +- **jqLite:** add private jqLiteDocumentLoaded function ([0dd316ef](https://github.com/angular/angular.js/commit/0dd316efea209e5e5de3e456b4e6562f011a1294))