You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/05/24 20:52:29 UTC

git commit: [flex-asjs] [refs/heads/develop] - add missing semicolon

Repository: flex-asjs
Updated Branches:
  refs/heads/develop a3d6ae413 -> e5f1328c6


add missing semicolon


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

Branch: refs/heads/develop
Commit: e5f1328c6d538f1027c64cb492f2352b74d729f8
Parents: a3d6ae4
Author: Justin Mclean <jm...@apache.org>
Authored: Tue May 23 02:28:53 2017 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Tue May 23 02:28:53 2017 +1000

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/flex/BasicClasses.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e5f1328c/frameworks/projects/Basic/src/main/flex/BasicClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/flex/BasicClasses.as b/frameworks/projects/Basic/src/main/flex/BasicClasses.as
index c7655cc..574bcd6 100644
--- a/frameworks/projects/Basic/src/main/flex/BasicClasses.as
+++ b/frameworks/projects/Basic/src/main/flex/BasicClasses.as
@@ -97,7 +97,7 @@ internal class BasicClasses
     	import org.apache.flex.html.beads.TextInputView; TextInputView;
 	    import org.apache.flex.html.beads.TextInputWithBorderView; TextInputWithBorderView;
 	}
-	import org.apache.flex.html.beads.models.AlertModel; AlertModel
+	import org.apache.flex.html.beads.models.AlertModel; AlertModel;
 	import org.apache.flex.html.beads.models.ArraySelectionModel; ArraySelectionModel;
 	import org.apache.flex.html.beads.models.ArrayListSelectionModel; ArrayListSelectionModel;
     import org.apache.flex.html.beads.models.RangeModel; RangeModel;