Removed private functions inherits and addProperties from Rx.internals.

This commit is contained in:
Igor Oleinikov
2014-03-19 12:32:38 +04:00
parent 33f2f14405
commit 20c02becb7
-2
View File
@@ -7,8 +7,6 @@
declare module Rx {
export module internals {
function isEqual(left: any, right: any): boolean;
function inherits(child: Function, parent: Function): Function;
function addProperties(obj: Object, ...sourcces: Object[]): void;
function addRef<T>(xs: Observable<T>, r: { getDisposable(): IDisposable; }): Observable<T>;
// Priority Queue for Scheduling