aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/css.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js
index d6b488139..1e3f6c166 100644
--- a/src/css.js
+++ b/src/css.js
@@ -255,7 +255,7 @@ jQuery(function() {
elem.style.display = display;
return ret;
}
- }
+ };
}
});