You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/03/11 16:11:06 UTC

[2/50] [abbrv] git commit: Removed call to widgetConfig.initialize

Removed call to widgetConfig.initialize

This was a duplicate call and not needed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/bc8906e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/bc8906e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/bc8906e5

Branch: refs/heads/master
Commit: bc8906e5019ab96a90a5704552fd67576f5a4885
Parents: bfb59e1
Author: Dan Silivestru <da...@gmail.com>
Authored: Thu Jan 17 10:52:39 2013 -0500
Committer: Dan Silivestru <da...@gmail.com>
Committed: Thu Jan 17 10:52:39 2013 -0500

----------------------------------------------------------------------
 lib/client/emulatorBridge.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/bc8906e5/lib/client/emulatorBridge.js
----------------------------------------------------------------------
diff --git a/lib/client/emulatorBridge.js b/lib/client/emulatorBridge.js
index 8ac8a6a..4941a1d 100644
--- a/lib/client/emulatorBridge.js
+++ b/lib/client/emulatorBridge.js
@@ -71,8 +71,6 @@ module.exports = {
         _doc = doc;
         _xhr = win.XMLHttpRequest;
 
-        ripple('widgetConfig').initialize();
-
         var marshal = function (obj, key) {
                 window[key] = win[key] = obj;
             },