very basic thumbnail browser.

This commit is contained in:
Bala Clark 2013-11-26 23:47:23 +01:00
parent b820fa4c3e
commit 226c0e92c2
6 changed files with 55 additions and 4 deletions

View file

@ -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