]> source.dussan.org Git - jquery-ui.git/commitdiff
All: Replace non-breaking spaces with regular spaces
authorScott González <scott.gonzalez@gmail.com>
Wed, 8 Jun 2016 17:03:42 +0000 (13:03 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 8 Jun 2016 17:03:42 +0000 (13:03 -0400)
demos/autocomplete/multiple-remote.html
demos/dialog/modal-message.html
tests/lib/qunit-assert-domequal.js
tests/unit/menu/events.js

index e1babda4a9abe4974729b236ea81e810537744ca..6b37ab93a168e48948f793a04b2ca1d46a24fc9a 100644 (file)
@@ -17,7 +17,7 @@
                        return val.split( /,\s*/ );
                }
                function extractLast( term ) {
-                       return split( term ).pop();
+                       return split( term ).pop();
                }
 
                $( "#birds" )
index 891959e9e3917e734e5b2f1ab90836cd6ba2541a..a26f3a2b5c05f6fe5544cd7608f71b011375936e 100644 (file)
@@ -12,7 +12,7 @@
                        modal: true,
                        buttons: {
                                Ok: function() {
-                                       $( this ).dialog( "close" );
+                                       $( this ).dialog( "close" );
                                }
                        }
                });
index e8083db77f1662a354123a2565f0bd10927f9233..b22bd90b969d69540912e4b19479d40bd7aa0148 100644 (file)
@@ -99,11 +99,11 @@ function extract( selector, message ) {
        var children;
        $.each( domEqual.properties, function( index, attr ) {
                var value = elem.prop( attr );
-               result[ attr ] = value != null ? value : "";
+               result[ attr ] = value != null ? value : "";
        } );
        $.each( domEqual.attributes, function( index, attr ) {
                var value = elem.attr( attr );
-               result[ attr ] = value != null ? value : "";
+               result[ attr ] = value != null ? value : "";
        } );
        result.style = getElementStyles( elem[ 0 ] );
        result.events = $._data( elem[ 0 ], "events" );
index 701523de725de1da03bc425a60c7aca852efdc34..a8ccb028214154f1449ad6a7d938a2390c37aee6 100644 (file)
@@ -353,7 +353,7 @@ QUnit.test( "handle keyboard navigation on menu without scroll and with submenus
        }
 
        function menukeyboard3() {
-               log( "keydown", true );
+               log( "keydown", true );
                element.simulate( "keydown", { keyCode: $.ui.keyCode.PAGE_DOWN } );
                assert.equal( logOutput(), "keydown,2", "Keydown PAGE_DOWN" );