aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2010-02-04 11:12:34 -0800
committerMisko Hevery2010-02-04 11:12:34 -0800
commit302472f4fa50f995085ebf36b8990bedf3806973 (patch)
treeb15173d3510794e737d4b16a0e3e38ea3931b85f /test/testabilityPatch.js
parent88b415a3dccefe80f52a05909e13b266a43939b4 (diff)
downloadangular.js-302472f4fa50f995085ebf36b8990bedf3806973.tar.bz2
list formater always should return arry
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index d9aed6f2..44199b66 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -12,7 +12,7 @@ function noop(){}
jstd = jstestdriver;
swfobject = {
- createSwf:function(){
+ createSwf:function() {
fail("must mock out swfobject.createSwf in test.");
}
};
@@ -33,7 +33,6 @@ function report(reportTest){
});
}
-
MockLocation = function() {
this.url = "http://server";
};