Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e7d567c

Browse files
committed
docs($animateCss): fix trailing spaces
removed trailing space for code style rule
1 parent b26cb04 commit e7d567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animateCss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ var ANIMATE_TIMER_KEY = '$$animateCss';
186186
*
187187
* * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied
188188
* to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.)
189-
* * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and
189+
* * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and
190190
* `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted.
191191
* * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both).
192192
* * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`).

0 commit comments

Comments
 (0)