You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/01/28 02:00:56 UTC

[6/8] git commit: plugin.xml: Make sure splashscreen proxy is executed.

plugin.xml: Make sure splashscreen proxy is executed.


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

Branch: refs/heads/master
Commit: 8aa0b244810ff8c1ff653a479b3efd9a99cc09d2
Parents: 9f3b52f
Author: Gabriel Schulhof <ga...@intel.com>
Authored: Tue Nov 19 14:01:13 2013 +0200
Committer: Gabriel Schulhof <ga...@intel.com>
Committed: Tue Nov 19 14:01:13 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/8aa0b244/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cd4be3a..6fd986e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -83,6 +83,7 @@
     <!-- tizen -->
     <platform name="tizen">
         <js-module src="src/tizen/SplashScreenProxy.js" name="SplashScreenProxy">
+            <runs />
         </js-module>
     </platform>
 </plugin>