Don't need crossOrigin for local base64 string (resolve #793)
This commit is contained in:
@@ -1098,7 +1098,6 @@ class Image {
|
||||
|
||||
#if (js && html5)
|
||||
var image = new JSImage ();
|
||||
image.crossOrigin = "Anonymous";
|
||||
|
||||
var image_onLoaded = function (event) {
|
||||
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user