Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-13 08:39:26 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-13 08:44:20 +0400
commit801fd314033af9a29280bb43cacd9c5cb78ad103 (patch)
tree51399977215c94380041cbc024f3019e219e16d3 /test
parentc802c2f44db8efdc2b6979e950f5df07c1a2a7c9 (diff)
Remove unneeded commas.
Diffstat (limited to 'test')
-rw-r--r--test/css_flip_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/css_flip_test.js b/test/css_flip_test.js
index cf29a53..869ab00 100644
--- a/test/css_flip_test.js
+++ b/test/css_flip_test.js
@@ -44,5 +44,5 @@ exports.cssflip = {
test.equal(actual, expected, 'should flip the CSS while honoring the custom indentation specified in the options.');
test.done();
- },
+ }
};