Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…yTyped into jquery/deprecations

# Conflicts:
#	types/jquery/index.d.ts
  • Loading branch information
leonard-thieu committed Jun 19, 2018
2 parents 62aca55 + 085e63e commit 7591cf4
Show file tree
Hide file tree
Showing 297 changed files with 25,885 additions and 8,225 deletions.
2 changes: 1 addition & 1 deletion types/angular-desktop-notification/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ declare module 'angular' {
* Note: This property is not currently supported in any browser.
* Ref: https://developer.mozilla.org/en-US/docs/Web/API/Notification/vibrate
*/
vibrate?: boolean;
vibrate?: any;

/**
* The onclick property of the Notification interface specifies an event listener to receive click events.
Expand Down
1 change: 1 addition & 0 deletions types/angular-gettext/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import * as angular from 'angular';

export type gettextCatalog = angular.gettext.gettextCatalog;

declare module 'angular' {
export namespace gettext {
Expand Down
4 changes: 4 additions & 0 deletions types/angular-local-storage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

import * as angular from 'angular';

export type ILocalStorageServiceProvider = angular.local.storage.ILocalStorageServiceProvider;
export type ILocalStorageService = angular.local.storage.ILocalStorageService;
export type ICookie = angular.local.storage.ICookie;

declare module 'angular' {
export namespace local.storage {
interface ILocalStorageServiceProvider extends angular.IServiceProvider {
Expand Down
Loading

0 comments on commit 7591cf4

Please sign in to comment.