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

[10/23] js commit: Brand: IE

Brand: IE


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

Branch: refs/heads/master
Commit: 917ca28f677c579b2b1b2f3e40539a99cec937ca
Parents: 0509e1f
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:32:47 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 2012 -0700

----------------------------------------------------------------------
 thirdparty/jasmine/jasmine-html.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/917ca28f/thirdparty/jasmine/jasmine-html.js
----------------------------------------------------------------------
diff --git a/thirdparty/jasmine/jasmine-html.js b/thirdparty/jasmine/jasmine-html.js
index 7383401..423d3ea 100644
--- a/thirdparty/jasmine/jasmine-html.js
+++ b/thirdparty/jasmine/jasmine-html.js
@@ -166,7 +166,7 @@ jasmine.TrivialReporter.prototype.log = function() {
     if (console.log.apply) {
       console.log.apply(console, arguments);
     } else {
-      console.log(arguments); // ie fix: console.log.apply doesn't exist on ie
+      console.log(arguments); // IE fix: console.log.apply doesn't exist in IE
     }
   }
 };