diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js
index 3fd599eb7b9f27809489daa06f667961f9976f54..78eed1ae980b86c129a378da2d2ab0ba08572bae 100644
--- a/docs-assets/js/application.js
+++ b/docs-assets/js/application.js
@@ -59,8 +59,8 @@
             var navOuterHeight = $('.bs-docs-nav').height()
 
             return (this.top = offsetTop - navOuterHeight - sideBarMargin)
-          }
-        , bottom: function () {
+          },
+          bottom: function () {
             return (this.bottom = $('.bs-footer').outerHeight(true))
           }
         }
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js
index cd0f9331998cc5d78bd8bca63a61c171eaae98cc..0e32f8090c810334bf330c6a42412d05c28b6e25 100644
--- a/docs-assets/js/customizer.js
+++ b/docs-assets/js/customizer.js
@@ -227,9 +227,9 @@ window.onload = function () { // wait for load in a dumb way because B-0
 
     try {
       var parser = new less.Parser({
-          paths: ['variables.less', 'mixins.less']
-        , optimization: 0
-        , filename: 'bootstrap.css'
+          paths: ['variables.less', 'mixins.less'],
+          optimization: 0,
+          filename: 'bootstrap.css'
       }).parse(css, function (err, tree) {
         if (err) {
           return showError('<strong>Ruh roh!</strong> Could not parse less files.', err)
diff --git a/js/.jshintrc b/js/.jshintrc
index c8cccda377bb989dd4abf1c06bff4d9a1181126d..ab4dfdfc98c8acdaf8f5bfcc2c4e870a10224d1b 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -9,7 +9,6 @@
   "eqnull"   : true,
   "expr"     : true,
   "laxbreak" : true,
-  "laxcomma" : true,
   "quotmark" : "single",
   "validthis": true
 }
\ No newline at end of file