mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated Giraffe.View.setTemplateStrategy().
This commit is contained in:
Vendored
+1
-1
@@ -129,7 +129,7 @@ declare module Giraffe {
|
||||
static setDocumentEvents( events:string[], prefix?:string ): string[];
|
||||
static removeDocumentEvents( prefix?:string );
|
||||
static setDocumentEventPrefix( prefix?:string );
|
||||
static setTemplateStrategy( strategy:string, instance?:any );
|
||||
static setTemplateStrategy( strategy:any, instance?:any );
|
||||
}
|
||||
|
||||
class App extends View {
|
||||
|
||||
Reference in New Issue
Block a user