This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 5fd1c06 added missing type
5fd1c06 is described below
commit 5fd1c06450904a740b4efa767b550aa7531d40ae
Author: Harbs <[email protected]>
AuthorDate: Mon Dec 27 12:29:07 2021 +0200
added missing type
---
.../Graphics/src/main/royale/org/apache/royale/display/Graphics.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/Graphics.as
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/Graphics.as
index cd13393..d9d72a4 100644
---
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/Graphics.as
+++
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/display/Graphics.as
@@ -51,7 +51,7 @@ package org.apache.royale.display
private static var instanceMap:Dictionary;
COMPILE::JS
- private var suppressPathPointerEvents = true;
+ private var suppressPathPointerEvents:Boolean = true;
COMPILE::JS
public function setSuppressPathPointerEvents(value:Boolean):void{