fix broken test

This commit is contained in:
vvakame
2014-10-27 11:26:08 +09:00
parent 0efa290ca6
commit 7252edb0ec
+1 -1
View File
@@ -254,7 +254,7 @@ httpFoo.success((data, status, headers, config) => {
var h = headers("test");
h.charAt(0);
var hs = headers();
hs.concat(["test"]);
hs["content-type"].charAt(1);
});
function test_angular_forEach() {