Ignore instead

This commit is contained in:
Joshua Granick
2015-03-26 11:47:18 -07:00
parent 748ecfca36
commit 35d7b88f69

View File

@@ -525,12 +525,6 @@ class PathHelper {
targetDirectory = StringTools.replace (targetDirectory, "\\", "/");
while (targetDirectory.indexOf ("//") > -1) {
targetDirectory = StringTools.replace ("//", "/");
}
var splitTarget = targetDirectory.split ("/");
var directories = 0;
@@ -538,7 +532,7 @@ class PathHelper {
switch (splitTarget.shift ()) {
case ".":
case ".", "":
// ignore