Skip to content

Commit

Permalink
Updated Giraffe.View.setTemplateStrategy().
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmccray committed Oct 13, 2013
1 parent 0f3f961 commit 01439de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion giraffe/giraffe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 01439de

Please sign in to comment.