From 9ed2d99b3ff9d24777f19da89b65cb9722cc5c98 Mon Sep 17 00:00:00 2001 From: Ricardo Mendes Date: Mon, 15 Feb 2016 09:25:08 +0000 Subject: [PATCH] Update 0000-jquery-optional.md --- text/0000-jquery-optional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-jquery-optional.md b/text/0000-jquery-optional.md index e6994c71c1..8559ee5440 100644 --- a/text/0000-jquery-optional.md +++ b/text/0000-jquery-optional.md @@ -8,7 +8,7 @@ Make jQuery optional. # Motivation -Why are we doing this? What use cases does it support? What is the expected outcome?\ +Why are we doing this? What use cases does it support? What is the expected outcome? I use jQuery heavily and like it! But decoupling it from Ember have some benefits: it's not always needed, some people think payload size is important (I don't) and it may have minor performance contributions.