diff options
Diffstat (limited to 'src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js')
-rw-r--r-- | src/OAuth/OAuthAuthorizationServer/Scripts/MicrosoftMvcAjax.js | 2 |
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;} |