From 545752ae208ba8b9717bea25f79747c989de56bc Mon Sep 17 00:00:00 2001 From: Steve Conover Date: Sat, 26 Feb 2011 11:01:33 -0800 Subject: [PATCH] semicolons --- spec/node_suite.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/node_suite.js b/spec/node_suite.js index 3d3e1c6..4ddc9eb 100644 --- a/spec/node_suite.js +++ b/spec/node_suite.js @@ -5,8 +5,8 @@ var path = require('path'); // yes, really keep this here to keep us honest, but only for jasmine's own runner! [xw] undefined = "diz be undefined yo"; -var jasmineGlobals = require("../src/base") -for(var k in jasmineGlobals) {global[k] = jasmineGlobals[k]} +var jasmineGlobals = require("../src/base"); +for(var k in jasmineGlobals) {global[k] = jasmineGlobals[k]}; //load jasmine src files based on the order in runner.html var srcFilesInProperRequireOrder = []; @@ -217,12 +217,12 @@ process.argv.forEach(function(arg){ }); var specs = jasmine.getAllSpecFiles(__dirname + '/suites', new RegExp("^.+\.(js|coffee)$")); -var domIndependentSpecs = [] +var domIndependentSpecs = []; for(var i=0; i