| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fixes gh-2975
Close gh-2976
|
|
|
|
| |
Fixes gh-2056
|
|
|
|
|
|
|
|
|
|
| |
Make iterating over jQuery objects possible using ES 2015 for-of:
for ( node of $( "<div id=narwhal>" ) ) {
console.log( node.id ); // "narwhal"
}
Fixes gh-1693
|
|
|
|
| |
Closes gh-1593
|
|
|
|
|
|
| |
* Use tabs instead of spaces in jscs config
* Always use spaces in package.json (really hope this is temporary)
|
|
* Update "grunt-jscs-checker" package
* Use ".jscsrc" file instead of old ".jscs.json"
* Use jquery preset instead of explicitly defining all the jscs rules
|