Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
- n00b
Browse files Browse the repository at this point in the history
  • Loading branch information
kamicane committed May 25, 2011
1 parent 47836e1 commit 9d9ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ART.Path.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ ART.Path = new Class({

var parts = this.path;

for (i = 0; i < parts.length; i++){
for (var i = 0; i < parts.length; i++){
var v = Array.slice(parts[i]), f = v.shift(), l = f.toLowerCase();
var refX = l == f ? X : 0, refY = l == f ? Y : 0;

Expand Down

0 comments on commit 9d9ec54

Please sign in to comment.