Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
merged master in
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr committed Sep 5, 2014
2 parents 023ee78 + d89b153 commit 73eb7c9
Show file tree
Hide file tree
Showing 112 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wp8/template/cordovalib/XHRHelper.cs
Expand Up @@ -316,7 +316,7 @@ public bool HandleCommand(string commandStr)
if (resource == null)
{
// 404 ?
Browser.InvokeScript("__onXHRLocalCallback", new string[] { "404", null, reqId });
Browser.InvokeScript("__onXHRLocalCallback", new string[] { "404", string.Empty, reqId });
return true;
}
else
Expand Down

0 comments on commit 73eb7c9

Please sign in to comment.