Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit be98953

Browse files
committed
[WIP] hotfix
1 parent 7005475 commit be98953

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/ng/compileSpec.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/* eslint-disable no-script-url */
44

55
describe('$compile', function() {
6+
var document = window.document;
7+
68
function isUnknownElement(el) {
79
return !!el.toString().match(/Unknown/);
810
}
@@ -38,10 +40,9 @@ describe('$compile', function() {
3840
return children;
3941
}
4042

41-
var element, directive, document, $compile, $rootScope;
43+
var element, directive, $compile, $rootScope;
4244

4345
beforeEach(module(provideLog, function($provide, $compileProvider) {
44-
document = window.document;
4546
element = null;
4647
directive = $compileProvider.directive;
4748

0 commit comments

Comments
 (0)