From fd822bdaf9d04e522aaa5400b673f333190abe98 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 7 Oct 2011 11:27:49 -0700 Subject: chore(formating): clean code to be function() { --- example/personalLog/scenario/personalLogScenario.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/personalLog/scenario/personalLogScenario.js') diff --git a/example/personalLog/scenario/personalLogScenario.js b/example/personalLog/scenario/personalLogScenario.js index 5baeeb1a..fe6388b4 100644 --- a/example/personalLog/scenario/personalLogScenario.js +++ b/example/personalLog/scenario/personalLogScenario.js @@ -10,7 +10,7 @@ describe('personal log', function() { }); - it('should create new logs and order them in reverse chronological order', function(){ + it('should create new logs and order them in reverse chronological order', function() { //create first msg input('newMsg').enter('my first message'); element('form input[type="submit"]').click(); -- cgit v1.2.3