Don't need crossOrigin for local base64 string (resolve #793)

This commit is contained in:
Joshua Granick
2016-08-11 09:24:02 -07:00
parent 3abc277c8d
commit df31f15be5
2 changed files with 3 additions and 4 deletions

View File

@@ -547,7 +547,7 @@ class CommandLineTools {
} else {
ProcessHelper.runCommand ("", "haxelib", ["run", handler].concat (args));
ProcessHelper.runCommand ("", "haxelib", [ "run", handler ].concat (args));
}
@@ -1365,9 +1365,9 @@ class CommandLineTools {
project.templatePaths.push (projectDefines.get (key));
} else if (field == "config") {
project.config.set (attribute, projectDefines.get (key));
} else {
if (Reflect.hasField (project, field)) {