From af5b49eab9593943edc7b2cafc54cad42fb8a9fb Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Fri, 7 Oct 2011 19:25:15 +0000 Subject: [PATCH] whitespace (no functional changes) git-svn-id: http://google-refine.googlecode.com/svn/trunk@2299 7d457c2a-affb-35e4-300a-418c747d4874 --- extensions/gdata/module/scripts/project/exporters.js | 2 +- main/tests/client/src/facets.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/gdata/module/scripts/project/exporters.js b/extensions/gdata/module/scripts/project/exporters.js index b1f776167..00399b0be 100644 --- a/extensions/gdata/module/scripts/project/exporters.js +++ b/extensions/gdata/module/scripts/project/exporters.js @@ -52,7 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. if (o.url) { window.open(o.url, '_blank'); } else { - alert('Upload error: ' + o.message) + alert('Upload error: ' + o.message) } onDone(); }, diff --git a/main/tests/client/src/facets.js b/main/tests/client/src/facets.js index 831be4944..21c2a023a 100644 --- a/main/tests/client/src/facets.js +++ b/main/tests/client/src/facets.js @@ -1,10 +1,10 @@ var test_facets = new function() { - // TODO: if I'm in a project, go back to main page (useful when working on this test) + // TODO: if I'm in a project, go back to main page (useful when working on this test) //if () { - //go back + //go back //}; - + // test opening Food project test = newTest(); assert (test, "assertText", { jquery: '("h1")[0]', validator: "Welcome to Google Refine" });