Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="xrm.d.ts" />
declare module Xrm.Page
declare namespace Xrm.Page
{
/**
* Interface for Parature's knowledge base search control.
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: David Berry <https://github.com/6ix4our/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Xrm
declare namespace Xrm
{
/**
* Interface for the client context.
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: David Berry <https://github.com/6ix4our/>, Matt Ngan <https://github.com/mattngan/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Xrm
declare namespace Xrm
{
/**
* Interface for the client context.
+4 -4
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare var Xrm: Xrm.XrmStatic;
declare function GetGlobalContext(): Xrm.Context;
declare function GetGlobalContext(): Xrm.Context;
interface Window
{
@@ -12,7 +12,7 @@ interface Window
GetGlobalContext(): Xrm.Context;
}
declare module Xrm
declare namespace Xrm
{
/**
* Static xRM object.
@@ -2567,7 +2567,7 @@ declare module Xrm
}
}
declare module XrmEnum
declare namespace XrmEnum
{
/**
* Enumeration of entity form states/types.
@@ -2634,4 +2634,4 @@ declare module XrmEnum
SystemView = 1039,
UserView = 4230
}
}
}