mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Ember.observer takes as parameters for instance string and a function
This commit is contained in:
Vendored
+1
-1
@@ -2916,7 +2916,7 @@ declare module Ember {
|
||||
**/
|
||||
var none: typeof deprecateFunc;
|
||||
function normalizeTuple(target: any, path: string): any[];
|
||||
function observer(func: Function, ...args: string[]): Function;
|
||||
function observer(...args: any[]): Function;
|
||||
function observersFor(obj: any, path: string): any[];
|
||||
function onLoad(name: string, callback: Function): void;
|
||||
function oneWay(obj: any, to: string, from: string): Binding;
|
||||
|
||||
Reference in New Issue
Block a user