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 2015/07/25 02:46:30 UTC

[3/3] js commit: add comment about where/when this file is used

add comment about where/when this file is used


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/64e371e9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/64e371e9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/64e371e9

Branch: refs/heads/master
Commit: 64e371e95bda9f005ab5219d6d131d632e50b3d0
Parents: 74324b2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jul 24 17:37:56 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jul 24 17:37:56 2015 -0700

----------------------------------------------------------------------
 src/common/pluginloader.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/64e371e9/src/common/pluginloader.js
----------------------------------------------------------------------
diff --git a/src/common/pluginloader.js b/src/common/pluginloader.js
index f2d34e0..7fd4d10 100644
--- a/src/common/pluginloader.js
+++ b/src/common/pluginloader.js
@@ -19,6 +19,10 @@
  *
 */
 
+/*
+    NOTE: this file is NOT used when we use the browserify workflow
+*/
+
 var modulemapper = require('cordova/modulemapper');
 var urlutil = require('cordova/urlutil');
 


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