diff --git a/test.html b/test.html
index 12449f3..6745e81 100644
--- a/test.html
+++ b/test.html
@@ -26,7 +26,7 @@
array component
arr.on('shift', function(val) {
console.log('shifted', val);
- })
+ } )
arr.on('reverse', function(arr) {
console.log(arr);