Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nlundquist committed Sep 11, 2015
1 parent 9087b79 commit 72b5fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/live/live_test.js
Expand Up @@ -229,6 +229,6 @@ steal("can/view/live", "can/observe", "can/test", "steal-qunit", function () {

can.view.elements.setAttr(el, "value", 1);
can.view.live.attribute(el, 'value', compute);
ok(true, 'No exception thrown.')
ok(true, 'No exception thrown.');
});
});

0 comments on commit 72b5fd3

Please sign in to comment.