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 <ha...@in-tools.com>
Authored: Mon Jul 10 11:15:11 2017 +0300
Committer: Harbs <ha...@in-tools.com>
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

Reply via email to