Skip to content

Commit

Permalink
fix spello
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Nov 29, 2012
1 parent 9c89bce commit 4ec9b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/bb/tests/utils.js
Expand Up @@ -21,7 +21,7 @@ define(["dojo/_base/declare", "bb/jsonapi", "doh/main"],function(declare,jsonapi
baseurl = baseurl.substr(0, baseurl.lastIndexOf("/"));
}
baseurl+="/";
function testBrockenLink(t, tag) {
function testBrokenLink(t, tag) {
/* we need to use the special doh's deferred for this to work */
var d = new doh.Deferred();
var ctx = {errors : []};
Expand Down Expand Up @@ -67,7 +67,7 @@ define(["dojo/_base/declare", "bb/jsonapi", "doh/main"],function(declare,jsonapi
} else {
doh.register("sanity", [
function baseurl(t) { t.assertEqual(window.bb_router.base_url, utils.getBaseUrl());},
function brockenimg(t) { return testBrockenLink(t,"img");}
function brokenimg(t) { return testBrokenLink(t,"img");}
]);
doh.register(testname, tests);
}
Expand Down

0 comments on commit 4ec9b92

Please sign in to comment.