Skip to content

Commit ffeb5ab

Browse files
committed
Resizable: Fix aspectRatio cannot be changed after initialization.
Remove extraneous space after dash. Fixes #4186
1 parent 2edcbe3 commit ffeb5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/resizable/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ QUnit.test( "aspectRatio: aspectRatio can be changed after initialization", func
166166

167167
testHelper.drag( handle, 80 );
168168

169-
assert.equal( target.width(), 180, "compare width - size change" );
169+
assert.equal( target.width(), 180, "compare width - size change" );
170170
assert.equal( target.height(), 100, "compare height - no size change" );
171171
} );
172172

0 commit comments

Comments
 (0)