This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch feature/event-rework
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/event-rework by this
push:
new b2bdb30 Extra import
b2bdb30 is described below
commit b2bdb30b1047ac45fe438a7a32288129e6f634da
Author: Harbs <[email protected]>
AuthorDate: Mon Jan 6 23:04:49 2020 +0200
Extra import
---
.../projects/Core/src/main/royale/org/apache/royale/events/Event.as | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/Event.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/Event.as
index 8e2dcb1..7ce9754 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/Event.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/Event.as
@@ -23,10 +23,6 @@ package org.apache.royale.events
COMPILE::SWF {
import flash.events.Event;
}
-
- COMPILE::JS {
- import goog.events.Event;
- }
/**
* This class simply wraps flash.events.Event so that