Ensure allowCallsToHelperMissing runtime option is optional in typings
This commit is contained in:
committed by
Nils Knappmeier
parent
d148d7cb1f
commit
93444c58db
Vendored
+1
-1
@@ -29,7 +29,7 @@ declare namespace Handlebars {
|
|||||||
decorators?: { [name: string]: Function };
|
decorators?: { [name: string]: Function };
|
||||||
data?: any;
|
data?: any;
|
||||||
blockParams?: any[];
|
blockParams?: any[];
|
||||||
allowCallsToHelperMissing: boolean;
|
allowCallsToHelperMissing?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface HelperOptions {
|
export interface HelperOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user