Skip to content

Commit

Permalink
Fix typo introduced in OwlCarousel2#969 (729ec92)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg5green committed Aug 3, 2015
1 parent 729ec92 commit 668b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/owl.carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
Owl.prototype.coordinates = function(position) {
var multiplier = 1,
newPosition = position - 1,
coordinates;
coordinate;

if (position === undefined) {
return $.map(this._coordinates, $.proxy(function(coordinate, index) {
Expand Down

0 comments on commit 668b8c7

Please sign in to comment.