mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
a59976be18
commit
f69ee170ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue