Skip to content

Commit

Permalink
Merge pull request #11656 from rwjblue/fix-jscs-issue
Browse files Browse the repository at this point in the history
Fix JSCS quoting issue with cherry-pick from stable branch.
  • Loading branch information
rwjblue committed Jul 6, 2015
2 parents 09d8f93 + 7875af2 commit 1361d8a
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 1361d8a

Please sign in to comment.