Merge branch 'next' of https://github.com/lhorie/mithril.js into patch-2

This commit is contained in:
impinball 2015-11-13 21:55:36 -05:00
commit 37266a2b8f
9 changed files with 30 additions and 25 deletions

View file

@ -84,7 +84,7 @@
}],
"space-before-keywords": 2,
"space-in-parens": 2,
"space-infix-ops": [2, {"int32Hint": false}],
"space-infix-ops": [2, {"int32Hint": true}],
"space-unary-ops": 2,
"spaced-comment": [2, "always"],
"max-depth": [2, 4],