File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ public function getModelName()
238
238
const EFFECT_ZOOM_OUT_SLOW = 'zoomOutSlow ' ;
239
239
const EFFECT_ZOOM_OUT_FAST = 'zoomOutFast ' ;
240
240
const EFFECT_SLIDE_LEFT = 'slideLeft ' ;
241
- const EFFECT_SLIDE_LEFT_S_LOW = 'slideLeftSLow ' ;
241
+ const EFFECT_SLIDE_LEFT_SLOW = 'slideLeftSlow ' ;
242
242
const EFFECT_SLIDE_LEFT_FAST = 'slideLeftFast ' ;
243
243
const EFFECT_SLIDE_RIGHT = 'slideRight ' ;
244
244
const EFFECT_SLIDE_RIGHT_SLOW = 'slideRightSlow ' ;
@@ -307,7 +307,7 @@ public function getEffectAllowableValues()
307
307
self ::EFFECT_ZOOM_OUT_SLOW ,
308
308
self ::EFFECT_ZOOM_OUT_FAST ,
309
309
self ::EFFECT_SLIDE_LEFT ,
310
- self ::EFFECT_SLIDE_LEFT_S_LOW ,
310
+ self ::EFFECT_SLIDE_LEFT_SLOW ,
311
311
self ::EFFECT_SLIDE_LEFT_FAST ,
312
312
self ::EFFECT_SLIDE_RIGHT ,
313
313
self ::EFFECT_SLIDE_RIGHT_SLOW ,
You can’t perform that action at this time.
0 commit comments