mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-07 02:01:14 -04:00
Minor changes.
This commit is contained in:
parent
34e6c2c381
commit
7bcb52214b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ describe('module \'' + ID + '\'', function () {
|
||||||
getModes: sinon.stub().returns(['details', 'grid', 'icons']),
|
getModes: sinon.stub().returns(['details', 'grid', 'icons']),
|
||||||
getMode: sinon.stub(),
|
getMode: sinon.stub(),
|
||||||
setMode: sinon.stub(),
|
setMode: sinon.stub(),
|
||||||
getSizes: sinon.stub().returns([1, 2]),
|
getSizes: sinon.stub().returns([20, 30, 40]),
|
||||||
getSize: sinon.stub(),
|
getSize: sinon.stub(),
|
||||||
setSize: sinon.stub()
|
setSize: sinon.stub()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue