From 1a0cce4f421e1a4c15c864e48651786a1bbb946f Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Tue, 15 Apr 2014 16:46:06 -0700 Subject: [PATCH] typo --- spec/LayoutSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/LayoutSpec.js b/spec/LayoutSpec.js index 774c60c3..86973e25 100755 --- a/spec/LayoutSpec.js +++ b/spec/LayoutSpec.js @@ -508,7 +508,7 @@ describe('Layout', function() { // The iframe's body has a natural width of 300 that it doesn't really make // to replicate in the test suite. The easiest workaround is not to test - // alignSelf property on the top element. + // alignSelf and flex properties on the root element. delete node.style.alignSelf; delete node.style.flex;