You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/17 19:53:24 UTC

[06/26] js commit: [Tizen, Tizen SDK 2.0 (Magnolia)] - platform.js

[Tizen, Tizen SDK 2.0 (Magnolia)] - platform.js

added, in comment, for now the load instruction for plugins
related to Cordova plugin evolution


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

Branch: refs/heads/3.0.0
Commit: 92eb8d37ba1250801179ed29ab2ec6b34963d9f9
Parents: 6b40200
Author: pplaquette <pp...@apache.org>
Authored: Thu Apr 18 13:40:54 2013 +0200
Committer: pplaquette <pp...@apache.org>
Committed: Fri Apr 19 11:07:14 2013 +0200

----------------------------------------------------------------------
 lib/tizen/platform.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/92eb8d37/lib/tizen/platform.js
----------------------------------------------------------------------
diff --git a/lib/tizen/platform.js b/lib/tizen/platform.js
index 924813f..1860b57 100644
--- a/lib/tizen/platform.js
+++ b/lib/tizen/platform.js
@@ -24,7 +24,10 @@ module.exports = {
     initialize: function() {
         var modulemapper = require('cordova/modulemapper');
 
+        //modulemapper.loadMatchingModules(/cordova.*\/plugininit$/);
+
         modulemapper.loadMatchingModules(/cordova.*\/symbols$/);
+
         modulemapper.mapModules(window);
     }
 };