Browse Source

remove trailing comma

acerix 8 years ago
parent
commit
d0381857e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/legacy/basic-view.js

+ 1 - 1
tests/legacy/basic-view.js

@@ -2,7 +2,7 @@
 describe('basic view rendering', function() {
 describe('basic view rendering', function() {
 
 
 	pushOptions({
 	pushOptions({
-		defaultView: 'month',
+		defaultView: 'month'
 	});
 	});
 
 
 	describe('when isRTL is false', function() {
 	describe('when isRTL is false', function() {