mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
parent
a59976be18
commit
f69ee170ed
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ describe('$httpBackend', function() {
|
||||||
return {};
|
return {};
|
||||||
}),
|
}),
|
||||||
body: {
|
body: {
|
||||||
appendChild: jasmine.createSpy('body.appendChid').andCallFake(function(script) {
|
appendChild: jasmine.createSpy('body.appendChild').andCallFake(function(script) {
|
||||||
fakeDocument.$$scripts.push(script);
|
fakeDocument.$$scripts.push(script);
|
||||||
}),
|
}),
|
||||||
removeChild: jasmine.createSpy('body.removeChild').andCallFake(function(script) {
|
removeChild: jasmine.createSpy('body.removeChild').andCallFake(function(script) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue