whitespace (no functional changes)

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2299 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2011-10-07 19:25:15 +00:00
parent c0907c79ab
commit af5b49eab9
2 changed files with 4 additions and 4 deletions

View File

@ -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();
},

View File

@ -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" });