aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/autocomplete/common.js')
-rw-r--r--tests/unit/autocomplete/common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/autocomplete/common.js b/tests/unit/autocomplete/common.js
index 94e98048d..a4d57f95d 100644
--- a/tests/unit/autocomplete/common.js
+++ b/tests/unit/autocomplete/common.js
@@ -22,7 +22,7 @@ common.testWidget( "autocomplete", {
},
source: null,
- // callbacks
+ // Callbacks
change: null,
close: null,
create: null,
@@ -32,6 +32,6 @@ common.testWidget( "autocomplete", {
search: null,
select: null
}
-});
+} );
} );