Skip to content

Commit

Permalink
Append 'slide' function's return-type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneli committed Jun 18, 2014
1 parent 14bea81 commit 3daf3f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion reveal/reveal-tests.ts.tscparams

This file was deleted.

2 changes: 1 addition & 1 deletion reveal/reveal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface RevealStatic {
configure:(diff:RevealOptions)=>void;

// Navigation
slide(h:number, v:number, f?:number, o?:number);
slide(h:number, v:number, f?:number, o?:number):void;
left():void;
right():void;
up():void;
Expand Down
1 change: 0 additions & 1 deletion reveal/reveal.d.ts.tscparams

This file was deleted.

0 comments on commit 3daf3f5

Please sign in to comment.