Browse Source

fixed missing comma

fixed missing comma
Stein, Peter 12 years ago
parent
commit
d4f6e4f383
1 changed files with 1 additions and 1 deletions
  1. 1 1
      component.json

+ 1 - 1
component.json

@@ -8,7 +8,7 @@
   ],
   "dependencies": {
     "jquery": "~1.9.0"
-  }
+  },
   "scripts": [
     "static/js/bootstrap-switch.js"
   ]