summaryrefslogtreecommitdiffstats
path: root/src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js
diff options
context:
space:
mode:
authorDavid Christiansen <coding@davedoes.net>2012-07-06 21:49:26 +0100
committerDavid Christiansen <coding@davedoes.net>2012-07-06 21:49:26 +0100
commitab33b7eb725dddc90f90ad2d4d2605efaab43fdf (patch)
treede24028c9d096b75c59709f0c916cd1185e4bbc5 /src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js
parent111a0660236ff8d30aabd6eddd9acc83bf849327 (diff)
downloadDotNetOpenAuth.Samples-ab33b7eb725dddc90f90ad2d4d2605efaab43fdf.zip
DotNetOpenAuth.Samples-ab33b7eb725dddc90f90ad2d4d2605efaab43fdf.tar.gz
DotNetOpenAuth.Samples-ab33b7eb725dddc90f90ad2d4d2605efaab43fdf.tar.bz2
* Included OpenIdRelyingPartyWebForms
* Fixed MVC references
Diffstat (limited to 'src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js')
-rw-r--r--src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js b/src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js
index c5a6165..275103c 100644
--- a/src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js
+++ b/src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js
@@ -2,7 +2,7 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------
// MicrosoftMvcAjax.js
-
+
Type.registerNamespace('Sys.Mvc');Sys.Mvc.$create_AjaxOptions=function(){return {};}
Sys.Mvc.InsertionMode=function(){};Sys.Mvc.InsertionMode.prototype = {replace:0,insertBefore:1,insertAfter:2}
Sys.Mvc.InsertionMode.registerEnum('Sys.Mvc.InsertionMode',false);Sys.Mvc.AjaxContext=function(request,updateTarget,loadingElement,insertionMode){this.$3=request;this.$4=updateTarget;this.$1=loadingElement;this.$0=insertionMode;}