summaryrefslogtreecommitdiff
path: root/js/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/util.js')
-rw-r--r--js/util.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/util.js b/js/util.js
index 81e8f60..3dbc5ac 100644
--- a/js/util.js
+++ b/js/util.js
@@ -116,8 +116,8 @@ function weave(a){
return b
}
function cssRule (selector, declaration) {
- var x = document.styleSheets, y = x.length-1;
- x[y].insertRule(selector+"{"+declaration+"}", x[y].cssRules.length);
+ var x = document.styleSheets, y = x.length-1;
+ x[y].insertRule(selector+"{"+declaration+"}", x[y].cssRules.length);
}
// easing functions