Skip to content

Commit eae1469

Browse files
committed
ffff
1 parent 074976f commit eae1469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/angular/directive/slides.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ function($animate, $timeout) {
5454

5555
this.update = function() {
5656
$timeout(function() {
57-
if(!_this.__slider) {
57+
if (!_this.__slider) {
5858
return;
5959
}
60-
60+
6161
_this.__slider.update();
6262
if (_this._options.loop) {
6363
_this.__slider.createLoop();

0 commit comments

Comments
 (0)