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()
238238 const EFFECT_ZOOM_OUT_SLOW = 'zoomOutSlow ' ;
239239 const EFFECT_ZOOM_OUT_FAST = 'zoomOutFast ' ;
240240 const EFFECT_SLIDE_LEFT = 'slideLeft ' ;
241- const EFFECT_SLIDE_LEFT_S_LOW = 'slideLeftSLow ' ;
241+ const EFFECT_SLIDE_LEFT_SLOW = 'slideLeftSlow ' ;
242242 const EFFECT_SLIDE_LEFT_FAST = 'slideLeftFast ' ;
243243 const EFFECT_SLIDE_RIGHT = 'slideRight ' ;
244244 const EFFECT_SLIDE_RIGHT_SLOW = 'slideRightSlow ' ;
@@ -307,7 +307,7 @@ public function getEffectAllowableValues()
307307 self ::EFFECT_ZOOM_OUT_SLOW ,
308308 self ::EFFECT_ZOOM_OUT_FAST ,
309309 self ::EFFECT_SLIDE_LEFT ,
310- self ::EFFECT_SLIDE_LEFT_S_LOW ,
310+ self ::EFFECT_SLIDE_LEFT_SLOW ,
311311 self ::EFFECT_SLIDE_LEFT_FAST ,
312312 self ::EFFECT_SLIDE_RIGHT ,
313313 self ::EFFECT_SLIDE_RIGHT_SLOW ,
You can’t perform that action at this time.
0 commit comments