You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/19 01:53:19 UTC

[08/10] git commit: Clean plugin.xml

Clean plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/d828197d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/d828197d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/d828197d

Branch: refs/heads/master
Commit: d828197de45f724ad41135c3ca8f0767a0990582
Parents: 6e38667
Author: SomaticIT <co...@somatic.fr>
Authored: Fri Jul 11 21:54:25 2014 +0200
Committer: SomaticIT <co...@somatic.fr>
Committed: Fri Jul 11 21:54:25 2014 +0200

----------------------------------------------------------------------
 plugin.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/d828197d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4f146dd..1ee223f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -36,8 +36,8 @@
     <!-- android -->
     <platform name="android">
         <js-module src="www/inappbrowser.js" name="inappbrowser">
-        <clobbers target="window.open" />
-    </js-module>
+            <clobbers target="window.open" />
+        </js-module>
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="InAppBrowser"> 
                 <param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser"/>
@@ -65,7 +65,7 @@
         <resource-file src="src/android/res/drawable-xxhdpi/ic_action_remove.png" target="res/drawable-xxhdpi/ic_action_remove.png" />
 
     </platform>
-    
+
     <!-- amazon-fireos -->
     <platform name="amazon-fireos">
         <js-module src="www/inappbrowser.js" name="inappbrowser">
@@ -93,7 +93,7 @@
     </platform>
 
     <!-- ios -->
-    <platform name="ios">    
+    <platform name="ios">
         <js-module src="www/inappbrowser.js" name="inappbrowser">
             <clobbers target="window.open" />
         </js-module>  
@@ -186,5 +186,4 @@
         </js-module>
     </platform>
 
-
 </plugin>