mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 11:37:38 +08:00
committed by
Pete Bacon Darwin
parent
a59976be18
commit
f69ee170ed
@@ -42,7 +42,7 @@ describe('$httpBackend', function() {
|
||||
return {};
|
||||
}),
|
||||
body: {
|
||||
appendChild: jasmine.createSpy('body.appendChid').andCallFake(function(script) {
|
||||
appendChild: jasmine.createSpy('body.appendChild').andCallFake(function(script) {
|
||||
fakeDocument.$$scripts.push(script);
|
||||
}),
|
||||
removeChild: jasmine.createSpy('body.removeChild').andCallFake(function(script) {
|
||||
|
||||
Reference in New Issue
Block a user