You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/03/15 20:36:24 UTC

[5/21] git commit: removed duplicate call to module.exports! never commit in the morning, Fil.

removed duplicate call to module.exports! never commit in the morning, Fil.


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

Branch: refs/heads/master
Commit: 5e84c3ec6791cdd4ec9293cf022d4e6a45b7a993
Parents: f97442a
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Mar 13 08:51:48 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 15 10:16:28 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/5e84c3ec/lib/exec/ios.js
----------------------------------------------------------------------
diff --git a/lib/exec/ios.js b/lib/exec/ios.js
index 6df98dd..e97252c 100644
--- a/lib/exec/ios.js
+++ b/lib/exec/ios.js
@@ -91,6 +91,3 @@ module.exports = function() {
         gapBridge.src = "gap://ready";
     }
 };
-
-module.exports = exec = function() { 
-}