mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
11
node_modules/outlayer/test/unit/options.js
generated
vendored
Normal file
11
node_modules/outlayer/test/unit/options.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
QUnit.test( 'options', function( assert ) {
|
||||
var container = document.querySelector('#options');
|
||||
var olayer = new Outlayer( container, {
|
||||
initLayout: false,
|
||||
transitionDuration: '600ms'
|
||||
});
|
||||
|
||||
assert.ok( !olayer._isLayoutInited, 'olayer is not layout initialized' );
|
||||
assert.equal( olayer.options.transitionDuration, '600ms', 'transition option set');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user