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 2013/03/14 23:40:38 UTC

[3/4] git commit: Oops, all calls were Synchronous for a moment there

Oops, all calls were Synchronous for a moment there


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/e14552a1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/e14552a1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/e14552a1

Branch: refs/heads/master
Commit: e14552a1a9254495b2ec46836df40ec28c5e6c1b
Parents: f19295d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Mar 14 15:35:08 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Mar 14 15:35:08 2013 -0700

----------------------------------------------------------------------
 templates/standalone/cordovalib/NativeExecution.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/e14552a1/templates/standalone/cordovalib/NativeExecution.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/NativeExecution.cs b/templates/standalone/cordovalib/NativeExecution.cs
index 28dc528..8d56225 100644
--- a/templates/standalone/cordovalib/NativeExecution.cs
+++ b/templates/standalone/cordovalib/NativeExecution.cs
@@ -129,7 +129,7 @@ namespace WPCordovaClassLib.Cordova
                     }
                 };
 
-                if (true || (bc is File) || (bc is Accelerometer))
+                if ((bc is File) || (bc is Accelerometer))
                 {
                     // Due to some issues with the IsolatedStorage in current version of WP8 SDK we have to run all File Api commands synchronously.
                     // TODO: test this in WP8 RTM