Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow newlines in computed binding argument list
This allows breaking in the middle of computed bindings, e.g.: ``` <div hidden$="[[_someVeryLongFunctionName( someVeryLongArg, anotherCrazyLongArg]]"> ``` Note that `[\s\S]*` [doesn't seem to have worse performance]( http://jsperf.com/javascript-multiline-regexp-workarounds/5) than `.*`.
- Loading branch information