Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunson committed Aug 13, 2014
1 parent d6b9fa4 commit fb82c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

expect(gtx.getCanvas()).to.equal(canvas);
});
it("should implement the entire context api and propeties)",function(){
it("should implement the entire context api and properties)",function(){
var gtx=new gesso(canvas),
ctx=canvas.getContext('2d'),
key,
Expand Down

0 comments on commit fb82c02

Please sign in to comment.