* Fix getComputedStyle eslint rule
* Add TODO for ruby
* Use computed style in ruby test
* Use 3rd parameter in computedStyle
* Fix computedStyle usage
* Remove useless checks
* Update dependencies
* Clean up some doc tags
* Replace memberOf with memberof, undo any other changes in html5shiv/printshiv to get back to pristine state
* Small cleanups
* Add custom tags to jsdoc config
* Cleanup jsdoc tags
* Cleanup jsdoc tags
* Add inch config file to exclude html5shivs
* Update inch yml
* Use inch.json instead
* Dont inch the lib folder
* Cleanup jsdoc tags
* More jsdoc cleanups
* Move inch config into one file
* Add comma-dangle rule to eslint
* Cleanup grunt file tasks a little
* Remove some leftover async:false
* Review fixes
* Fix seplling error
* More DOC cleanups
* Fix compile error
* Whitelines/spaces cleanup
* Add eslint rule against multiple whitelines, fix those occurences
* Remove unused (and disabled) eslint entries, sort alphabetically
* Ignored file is not with".min"
* Add task for generating and reporting the coverage from istanbul
* Update eslint dependency
* Small JSdoc cleanups
* Remove unused eslint hint
* Add optional tag back to parameter
* Rname memberof -> memberOf, makes html5shivs original again
* html5shiv files are excluded in grunt task already
* Fix some indendation errors
* Remove orphaned jshint files
* Use eslint-plugin-jsdoc for jsdoc
* Update eslint, remove incompatible google preset
* Update eslint-plugin-jsdoc, fix some new warnings