You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2014/06/19 19:16:10 UTC

git commit: [flex-asjs] [refs/heads/develop] - Added MarkerOptions to classes.as so it will be available in the SWC.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 65d006145 -> 63b41713b


Added MarkerOptions to classes.as so it will be available in the SWC.


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

Branch: refs/heads/develop
Commit: 63b41713bf79af017d966718d4fdc8274b627ad2
Parents: 65d0061
Author: Peter Ent <pe...@apache.org>
Authored: Thu Jun 19 13:15:59 2014 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu Jun 19 13:15:59 2014 -0400

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/63b41713/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
index ccb7d22..4f98fd3 100644
--- a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
+++ b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
@@ -27,6 +27,8 @@ package
  */
 internal class FlexJSUIClasses
 {
+	import google.maps.MarkerOptions; MarkerOptions;
+	
 	import org.apache.cordova.camera.Camera; Camera;
 	import org.apache.cordova.Application; Application;
 	import org.apache.cordova.Weinre; Weinre;