Updated Branches:
  refs/heads/master a934cb7cc -> 9ee4e6aab

Removed extraneous semicolon at end of import (would cause warning, but not an 
error)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/9ee4e6aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/9ee4e6aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/9ee4e6aa

Branch: refs/heads/master
Commit: 9ee4e6aabefcee9f594ab15985968ddf59489a0f
Parents: a934cb7
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Tue May 1 00:31:42 2012 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Tue May 1 00:31:42 2012 -0700

----------------------------------------------------------------------
 guides/Cordova JavaScript Exception Logging.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/9ee4e6aa/guides/Cordova
 JavaScript Exception Logging.md
----------------------------------------------------------------------
diff --git a/guides/Cordova JavaScript Exception Logging.md b/guides/Cordova 
JavaScript Exception Logging.md
index e091549..4c62c62 100644
--- a/guides/Cordova JavaScript Exception Logging.md    
+++ b/guides/Cordova JavaScript Exception Logging.md    
@@ -15,7 +15,7 @@ NOTE: when you include these files, it will **always pop up a 
warning dialog at
         
 4. Don't forget to add the import at the top of your **MainViewController.m** 
file as well:
 
-        #import "CDVDebugWebView.h";
+        #import "CDVDebugWebView.h"
 
 
  

Reply via email to