Skip to content

Commit

Permalink
Merge commit 'upstream/master~200' into merge_7_25
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCavanaugh committed Jul 27, 2016
2 parents a4f5ae3 + 870472d commit c33a46c
Show file tree
Hide file tree
Showing 84 changed files with 22,285 additions and 1,133 deletions.
3 changes: 0 additions & 3 deletions ace/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ declare namespace AceAjax {

onTextInput(text: any): void;
}
var KeyBinding: {
new(editor: Editor): KeyBinding;
}

export interface TextMode {

Expand Down
4 changes: 2 additions & 2 deletions adal/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ declare namespace adal {

/**
* Gets requestInfo from given hash.
* @returns {string} error message related to login
* @returns {RequestInfo} for appropriate hash.
*/
getRequestInfo(hash: string): string;
getRequestInfo(hash: string): RequestInfo;

/**
* Saves token from hash that is received from redirect.
Expand Down
Loading

0 comments on commit c33a46c

Please sign in to comment.