refactor(animations): change NoOp -> Noop (#14690)

This commit is contained in:
Matias Niemelä
2017-02-24 00:32:19 -08:00
committed by Igor Minar
parent 1f3198cb50
commit 32c2fd5c9f
11 changed files with 22 additions and 23 deletions

View File

@ -19,7 +19,7 @@ export abstract class AnimationStyleNormalizer {
/**
* @experimental Animation support is experimental.
*/
export class NoOpAnimationStyleNormalizer {
export class NoopAnimationStyleNormalizer {
normalizePropertyName(propertyName: string, errors: string[]): string { return propertyName; }
normalizeStyleValue(