We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Array#map()
1 parent 92451b4 commit 4d97793Copy full SHA for 4d97793
tests/unit/resizable/options.js
@@ -417,7 +417,7 @@ QUnit.test( "setOption handles", function( assert ) {
417
var target = $( "<div></div>" ).resizable();
418
419
function checkHandles( expectedHandles ) {
420
- expectedHandles = expectedHandles.map( function( value ) {
+ expectedHandles = $.map( expectedHandles, function( value ) {
421
return ".ui-resizable-" + value;
422
} );
423
0 commit comments