Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
fix misspelled rowspan property in skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 18, 2014
1 parent 7e41388 commit 826deb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/table-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ describe('Table', function () {
var table = new Table({style:{head:[],border:[]}});

table.push(
[{content:'',rowspan:2},''],
[{content:'',rowspan:2}],
[{content:'',rowSpan:2},''],
[{content:'',rowSpan:2}],
['']
);

Expand Down

0 comments on commit 826deb4

Please sign in to comment.