test/langtools/jdk/javadoc/doclet/testSearchScript/javadoc-search.js
changeset 59294 48b88b9c11eb
parent 54619 b43cc3b9ef40
--- a/test/langtools/jdk/javadoc/doclet/testSearchScript/javadoc-search.js	Wed Nov 27 12:18:40 2019 +0100
+++ b/test/langtools/jdk/javadoc/doclet/testSearchScript/javadoc-search.js	Wed Nov 27 13:08:16 2019 +0100
@@ -52,29 +52,29 @@
         f();
     } else {
         return {
-            val: function() { 
-                return this; 
+            val: function() {
+                return this;
             },
-            prop: function() { 
-                return this; 
+            prop: function() {
+                return this;
             },
-            addClass: function() { 
-                return this; 
-            },    
-            removeClass: function() { 
-                return this; 
+            addClass: function() {
+                return this;
+            },
+            removeClass: function() {
+                return this;
             },
-            on: function() { 
-                return this; 
+            on: function() {
+                return this;
             },
-            focus: function() { 
-                return this; 
+            focus: function() {
+                return this;
             },
-            blur: function() { 
-                return this; 
+            blur: function() {
+                return this;
             },
-            click: function() { 
-                return this; 
+            click: function() {
+                return this;
             },
             catcomplete: function(o) {
                 o.close = function() {};
@@ -90,11 +90,11 @@
                     return resultList;
                 };
                 for (var i = 0; i < clargs.length; i++) {
-                    search(clargs[i]);  
+                    search(clargs[i]);
                 }
             },
             "0": {
-                setSelectionRange: function() { 
+                setSelectionRange: function() {
                     return this;
                 }
             }