make dependentKeys in registerBoundHelper optional

This commit is contained in:
Kenneth Kouot
2014-07-01 17:16:16 -07:00
parent 39a4a0f60a
commit 10b861d5c0
+1 -1
View File
@@ -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;