very basic thumbnail browser.
This commit is contained in:
parent
b820fa4c3e
commit
226c0e92c2
6 changed files with 55 additions and 4 deletions
|
@ -39,7 +39,7 @@ $(function () {
|
|||
});
|
||||
|
||||
test('all controls should be rendered', function () {
|
||||
equal($('.cb-control, .toolbar').length, 5, 'All toolbar elements should have rendered after book.draw');
|
||||
equal($('.cb-control, .toolbar').length, 6, 'All toolbar elements should have rendered after book.draw');
|
||||
});
|
||||
|
||||
// navigate on keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue