You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/04/20 23:33:30 UTC

[15/16] wp7 commit: added hint to debug output when device ready cannot fire because the dev did not include the tag in their page.

added hint to debug output when device ready cannot fire because the dev did not include the tag in their page.


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

Branch: refs/heads/master
Commit: 5b8417b7ab04e3bdaa3af24347153ae45b4ebd63
Parents: a40a0ce
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 17 16:05:48 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 17 16:05:48 2012 -0700

----------------------------------------------------------------------
 framework/CordovaView.xaml.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/5b8417b7/framework/CordovaView.xaml.cs
----------------------------------------------------------------------
diff --git a/framework/CordovaView.xaml.cs b/framework/CordovaView.xaml.cs
index 5c30584..334ed6c 100644
--- a/framework/CordovaView.xaml.cs
+++ b/framework/CordovaView.xaml.cs
@@ -352,7 +352,7 @@ namespace WP7CordovaClassLib
             }
             catch (Exception ex)
             {
-                Debug.WriteLine("Error calling js to fire nativeReady event :: " + ex.Message);
+                Debug.WriteLine("Error calling js to fire nativeReady event. Did you include cordova-x.x.x.js in your html script tag?");
             }
         }