Skip to content

Commit

Permalink
updated jsonp controller extension. Will no longer render duplicate r…
Browse files Browse the repository at this point in the history
…esults.
  • Loading branch information
Nathan Bridgewater committed Oct 31, 2011
1 parent 53542f0 commit cd01406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JsonPDemo/JsonHostWebsite/JsonpResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static JsonpResult Jsonp(this Controller controller, object data)
{
JsonpResult result = new JsonpResult();
result.Data = data;
result.ExecuteResult(controller.ControllerContext);
return result;
}
}
Expand Down

0 comments on commit cd01406

Please sign in to comment.