Skip to content

Commit

Permalink
Fix JSCS quoting issue with cherry-pick from stable branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 6, 2015
1 parent 35f8a35 commit 7875af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ QUnit.test('newly-added sub-components get correct parentView', function() {
equal(outer.parentView, view, 'x-outer receives the ambient scope as its parentView');
});

QUnit.test("components should receive the viewRegistry from the parent view", function() {
QUnit.test('components should receive the viewRegistry from the parent view', function() {
var outer, innerTemplate, innerLayout;

var viewRegistry = {};
Expand Down

0 comments on commit 7875af2

Please sign in to comment.