Merge 'origin/patch-2', remove trailing commas

This commit is contained in:
impinball 2015-11-25 22:45:45 -05:00
parent e0f51db618
commit 0b173deed7
19 changed files with 380 additions and 384 deletions

View file

@ -12,7 +12,7 @@ describe("m.startComputation(), m.endComputation()", function () {
var root = mock.document.createElement("div")
var controller = m.mount(root, {
controller: function () {},
view: function (ctrl) { return ctrl.value },
view: function (ctrl) { return ctrl.value }
})
mock.requestAnimationFrame.$resolve()