Skip to content

Commit

Permalink
Update browser.json
Browse files Browse the repository at this point in the history
Add missing methods
  • Loading branch information
redmunds authored and marijnh committed Jan 8, 2015
1 parent 9ecb828 commit 7606a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defs/browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -3205,6 +3205,8 @@
"stroke": "fn()",
"clip": "fn()",
"resetClip": "fn()",
"fillText": "fn(text: string, x: number, y: number, maxWidth: number)",
"strokeText": "fn(text: string, x: number, y: number, maxWidth: number)",
"measureText": "fn(text: string) -> ?",
"drawImage": "fn(image: ?, dx: number, dy: number)",
"createImageData": "fn(sw: number, sh: number) -> ?",
Expand Down

0 comments on commit 7606a64

Please sign in to comment.