You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/09/26 23:20:12 UTC

[13/13] git commit: CB-6481 Fixed comment

CB-6481 Fixed comment


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/57f454b2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/57f454b2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/57f454b2

Branch: refs/heads/master
Commit: 57f454b2875fd429d1b02da5bd5c3196d77363e6
Parents: a8cf9fd
Author: daserge <da...@yandex.ru>
Authored: Thu Sep 25 20:36:13 2014 +0400
Committer: daserge <da...@yandex.ru>
Committed: Thu Sep 25 20:36:13 2014 +0400

----------------------------------------------------------------------
 cordova-lib/src/PluginInfo.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/57f454b2/cordova-lib/src/PluginInfo.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/PluginInfo.js b/cordova-lib/src/PluginInfo.js
index 47fa293..2690fdf 100644
--- a/cordova-lib/src/PluginInfo.js
+++ b/cordova-lib/src/PluginInfo.js
@@ -201,9 +201,9 @@ function PluginInfo(dirname) {
         return libFiles;
     }
     
-    // <script>
+    // <hook>
     // Example:
-    // <script type="before_build" src="scripts/beforeBuild.js" />
+    // <hook type="before_build" src="scripts/beforeBuild.js" />
     self.getHookScripts = getHookScripts;
     function getHookScripts(hook, platforms) {
         var scriptElements =  self._et.findall('./hook');