From 704085379d3e33bc8c8ce7ea703feeb6999134b7 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). --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b741589127..2324da3f1498 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))