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:25 UTC

[17/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/9011d1ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/9011d1ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/9011d1ed

Branch: refs/heads/master
Commit: 9011d1eddce46fefcb043a9ff1b6c88a0220ceaa
Parents: a725bde
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:14:41 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/9011d1ed/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() { 
-}