mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fixed Travis-CI build
This commit is contained in:
Vendored
+1
-1
@@ -3039,7 +3039,7 @@ declare module Sys {
|
||||
* @param autoRemove
|
||||
* (Optional) A boolean value that determines whether the handler should be removed automatically when the element is disposed.
|
||||
*/
|
||||
static addHandler(element: HTMLElement, eventName: string, handler: (e: DomEvent) => void, autoRemove?: boolean);
|
||||
static addHandler(element: HTMLElement, eventName: string, handler: (e: DomEvent) => void, autoRemove?: boolean): void;
|
||||
/**
|
||||
* Adds a list of DOM event handlers to the DOM element that exposes the events. This member is static and can be invoked without creating an instance of the class.
|
||||
* Use the addHandlers method to add a list of DOM event handlers to the element that exposes the event.
|
||||
|
||||
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for sptypescript
|
||||
// Type definitions for SharePoint 2010 and 2013
|
||||
// Project: http://sptypescript.codeplex.com
|
||||
// Definitions by: Stanislav Vyshchepan <http://blog.gandjustas.ru> and Andrey Markeev <http://markeev.com>
|
||||
// Definitions by: Stanislav Vyshchepan <http://blog.gandjustas.ru>, Andrey Markeev <http://markeev.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../microsoft-ajax/microsoft.ajax.d.ts" />
|
||||
|
||||
Reference in New Issue
Block a user