git commit: [flex-asjs] [refs/heads/develop] - Added missing import

2017-07-10 Thread harbs
Repository: flex-asjs
Updated Branches:
  refs/heads/develop de76adbcf -> f1e5346ec


Added missing import


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f1e5346e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f1e5346e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f1e5346e

Branch: refs/heads/develop
Commit: f1e5346eca5fe937d989b5d608e67f6e4be63541
Parents: de76adb
Author: Harbs 
Authored: Mon Jul 10 11:20:35 2017 +0300
Committer: Harbs 
Committed: Mon Jul 10 11:20:35 2017 +0300

--
 .../Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f1e5346e/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as
--
diff --git 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as
 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as
index 8c4f9af..8734ebb 100644
--- 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as
+++ 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/svg/GraphicContainer.as
@@ -26,6 +26,7 @@ package org.apache.flex.svg
{
import org.apache.flex.core.IContainer;
import org.apache.flex.core.UIBase;
+   import org.apache.flex.events.Event;
}
 
[DefaultProperty("mxmlContent")]



git commit: [flex-asjs] [refs/heads/develop] - Added missing import

2017-07-10 Thread harbs
Repository: flex-asjs
Updated Branches:
  refs/heads/develop a94cb40f2 -> de76adbcf


Added missing import


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/de76adbc
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/de76adbc
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/de76adbc

Branch: refs/heads/develop
Commit: de76adbcfef31f5f53ffd11e89f7e12758338563
Parents: a94cb40
Author: Harbs 
Authored: Mon Jul 10 11:15:11 2017 +0300
Committer: Harbs 
Committed: Mon Jul 10 11:15:11 2017 +0300

--
 .../TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as  | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/de76adbc/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as
--
diff --git 
a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as
 
b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as
index 81b7804..9eda00b 100644
--- 
a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as
+++ 
b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/edit/Clipboard.as
@@ -26,6 +26,7 @@ package org.apache.flex.textLayout.edit
 COMPILE::JS
 {
 import org.apache.flex.textLayout.events.EditEvent;
+import org.apache.flex.events.Event;
 }
/** 
 * The Clipboard class is used for Clipboard operations such as copy 
and paste