aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button/common.js')
-rw-r--r--tests/unit/button/common.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/button/common.js b/tests/unit/button/common.js
index 0372cddbf..4ef136fac 100644
--- a/tests/unit/button/common.js
+++ b/tests/unit/button/common.js
@@ -14,9 +14,9 @@ common.testWidget( "button", {
label: null,
text: true,
- // callbacks
+ // Callbacks
create: null
}
-});
+} );
} );