From 83ac1193f2322f71f314e7e160af46142b01a290 Mon Sep 17 00:00:00 2001 From: Di Peng Date: Thu, 14 Jul 2011 18:00:11 -0700 Subject: style(jqLiteSpec): add space --- test/jqLiteSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jqLiteSpec.js b/test/jqLiteSpec.js index 8dd66d36..38953394 100644 --- a/test/jqLiteSpec.js +++ b/test/jqLiteSpec.js @@ -470,7 +470,7 @@ describe('jqLite', function(){ }); - it('should return empty set when no parent', function(){ + it('should return empty set when no parent', function() { var element = jqLite('
abc
'); expect(element.parent()).toBeTruthy(); expect(element.parent().length).toEqual(0); @@ -489,7 +489,7 @@ describe('jqLite', function(){ }); - describe('next', function(){ + describe('next', function() { it('should return next sibling', function(){ var element = jqLite('
bi
'); var b = element.find('b'); @@ -499,7 +499,7 @@ describe('jqLite', function(){ }); - describe('find', function(){ + describe('find', function() { it('should find child by name', function(){ var root = jqLite('
text
'); var innerDiv = root.find('div'); -- cgit v1.2.3