rx-*: Fix lint (#17062)

This commit is contained in:
Andy 2017-06-08 15:14:00 -07:00 committed by Mohamed Hegazy
parent 90ccae007e
commit cc464d95a4
7 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-core"/>
/// <reference types="rx-core" />
declare namespace Rx {
interface ISubject<T> extends Observable<T>, Observer<T>, IDisposable {

View File

@ -3,7 +3,7 @@
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite" />
/// <reference types="rx-lite" />
declare namespace Rx {
interface Observable<T> {

View File

@ -3,7 +3,7 @@
// Definitions by: zoetrope <https://github.com/zoetrope>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite" />
/// <reference types="rx-lite" />
declare namespace Rx {
interface ObservableStatic {

View File

@ -3,7 +3,7 @@
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite"/>
/// <reference types="rx-lite" />
declare namespace Rx {
interface Observable<T> {

View File

@ -3,7 +3,7 @@
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite" />
/// <reference types="rx-lite" />
declare namespace Rx {
interface Observable<T> {

View File

@ -3,7 +3,7 @@
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite" />
/// <reference types="rx-lite" />
declare namespace Rx {
interface Observable<T> {

View File

@ -3,7 +3,7 @@
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference types="rx-lite" />
/// <reference types="rx-lite" />
declare namespace Rx {
interface VirtualTimeScheduler<TAbsolute, TRelative> extends Scheduler {