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/20 20:15:55 UTC

git commit: [flex-asjs] [refs/heads/develop] - Removed temporary change for JS externs test.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop c7fb92e19 -> 4120c3e51


Removed temporary change for JS externs test.


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

Branch: refs/heads/develop
Commit: 4120c3e51ba3ad3c58c972bd0dae4d44eae912ed
Parents: c7fb92e
Author: Peter Ent <pe...@apache.org>
Authored: Fri Jun 20 14:15:46 2014 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri Jun 20 14:15:46 2014 -0400

----------------------------------------------------------------------
 .../as/projects/FlexJSUI/src/FlexJSUIClasses.as |  4 +--
 .../FlexJSUI/src/google/maps/MarkerOptions.as   | 29 --------------------
 2 files changed, 1 insertion(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4120c3e5/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 4f98fd3..70de2cd 100644
--- a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
+++ b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
@@ -26,9 +26,7 @@ package
  *  from the classes specified in manifest.xml.
  */
 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;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4120c3e5/frameworks/as/projects/FlexJSUI/src/google/maps/MarkerOptions.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/google/maps/MarkerOptions.as b/frameworks/as/projects/FlexJSUI/src/google/maps/MarkerOptions.as
deleted file mode 100644
index d9c8908..0000000
--- a/frameworks/as/projects/FlexJSUI/src/google/maps/MarkerOptions.as
+++ /dev/null
@@ -1,29 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-//
-//  Licensed to the Apache Software Foundation (ASF) under one or more
-//  contributor license agreements.  See the NOTICE file distributed with
-//  this work for additional information regarding copyright ownership.
-//  The ASF licenses this file to You under the Apache License, Version 2.0
-//  (the "License"); you may not use this file except in compliance with
-//  the License.  You may obtain a copy of the License at
-//
-//      http://www.apache.org/licenses/LICENSE-2.0
-//
-//  Unless required by applicable law or agreed to in writing, software
-//  distributed under the License is distributed on an "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-//  See the License for the specific language governing permissions and
-//  limitations under the License.
-//
-////////////////////////////////////////////////////////////////////////////////
-package google.maps
-{
-	public class MarkerOptions
-	{
-		public function MarkerOptions()
-		{
-		}
-		
-		public var opacity:Number;
-	}
-}
\ No newline at end of file