mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #2441 from kenkouot/ember-registerBoundHelper
EmberJS: make dependentKeys in registerBoundHelper optional
This commit is contained in:
Vendored
+1
-1
@@ -992,7 +992,7 @@ declare module Ember {
|
||||
yield(options?: {}): string;
|
||||
}
|
||||
function precompile(string: string): void;
|
||||
function registerBoundHelper(name: string, func: Function, dependentKeys: string): void;
|
||||
function registerBoundHelper(name: string, func: Function, dependentKeys?: string): void;
|
||||
class Compiler { }
|
||||
class JavaScriptCompiler { }
|
||||
function registerHelper(name: string, fn: Function, inverse?: boolean): void;
|
||||
|
||||
Reference in New Issue
Block a user