Skip to content

Commit d088fbe

Browse files
committed
refactor($compile): remove unnecessary call to isDefined()
(As discussed in https://github.com/angular/angular.js/pull/14406/files#r59131398.)
1 parent ee8d8e1 commit d088fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3237,7 +3237,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
32373237
onChangesQueue.push(triggerOnChangesHook);
32383238
}
32393239
// If the has been a change on this property already then we need to reuse the previous value
3240-
if (isDefined(changes[key])) {
3240+
if (changes[key]) {
32413241
previousValue = changes[key].previousValue;
32423242
}
32433243
// Store this change

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy