From cc0f7d82a1723616033be2b25ad554fc614b1fe6 Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Fri, 10 May 2013 14:04:27 -0700 Subject: [PATCH] [spec] FIXED IT --- spec/config.xml | 2 +- spec/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/config.xml b/spec/config.xml index 4edc770..7632942 100644 --- a/spec/config.xml +++ b/spec/config.xml @@ -1,7 +1,7 @@ cordovaExample diff --git a/spec/index.html b/spec/index.html index b3acce4..6567e1c 100644 --- a/spec/index.html +++ b/spec/index.html @@ -58,7 +58,7 @@ var htmlReporter = new jasmine.HtmlReporter(); - jasmineEnv.addReporter(htmlReporter);jasmineEnv.addReporter(jr); + jasmineEnv.addReporter(htmlReporter); jasmineEnv.specFilter = function(spec) { return htmlReporter.specFilter(spec);