You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2017/01/20 12:33:05 UTC

cordova-plugin-inappbrowser git commit: CB-12353 Corrected merges usage in plugin.xml

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 771bcb54c -> 92ca973b3


CB-12353 Corrected merges usage in 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/92ca973b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/92ca973b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/92ca973b

Branch: refs/heads/master
Commit: 92ca973b3da3c79fd4bba1e1ca8a12c75a1b6260
Parents: 771bcb5
Author: daserge <v-...@microsoft.com>
Authored: Fri Jan 20 15:12:09 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:12:09 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/92ca973b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 18c91c2..3dac978 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -211,11 +211,11 @@
             <clobbers target="window.open" />
         </js-module>
         <js-module src="src/windows/InAppBrowserProxy.js" name="InAppBrowserProxy">
-            <merges target="" />
+            <runs />
         </js-module>
         <asset src="www/inappbrowser.css" target="css/inappbrowser.css" />
     </platform>
-  
+
     <!-- firefoxos -->
     <platform name="firefoxos">
         <config-file target="config.xml" parent="/*">
@@ -226,7 +226,7 @@
             <clobbers target="window.open" />
         </js-module>
         <js-module src="src/firefoxos/InAppBrowserProxy.js" name="InAppBrowserProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
@@ -237,7 +237,7 @@
             <clobbers target="window.open" />
         </js-module>
         <js-module src="src/browser/InAppBrowserProxy.js" name="InAppBrowserProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org