Skip to content

Commit

Permalink
Added a semicolon at line 50.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 16, 2014
1 parent f242c2f commit f0b0589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/slick.js
Expand Up @@ -47,7 +47,7 @@ angular.module('slick', []).directive('slick', [
}
apply();
initializeSlick();
}
};
initializeSlick = function () {
return $timeout(function () {
var currentIndex;
Expand Down

0 comments on commit f0b0589

Please sign in to comment.