Removed extra <progress> for populating lower fill on range inputs

This commit is contained in:
Sam Potts
2017-10-18 12:43:10 +11:00
parent 4392abfc49
commit 36a84c5c2d
8 changed files with 342 additions and 382 deletions

View File

@ -3,19 +3,7 @@
"env": {
"browser": true
},
"globals": {
"engine": true,
"Modernizr": false,
"ga": false,
"mixpanel": false,
"moment": false,
"fullscreen": false,
"Raven": false,
"templates": false,
"Hogan": false,
"locale_json": false,
"bootbox": false
},
"globals": {},
"rules": {
"no-const-assign": 1,
"no-this-before-super": 1,