Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
* fixed a minor typo bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eser Ozvataf committed Nov 20, 2014
1 parent 419f174 commit 5113199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/laroux.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
var elements = laroux.helpers.getAsArray(element);

for (var i = elements.length - 1;i >= 0; i--) {
laroux.css.setTransitionSingle(element[i], transition);
laroux.css.setTransitionSingle(elements[i], transition);
}
},

Expand Down
Loading

0 comments on commit 5113199

Please sign in to comment.