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

Commit d557875

Browse files
realitykingpetebacondarwin
authored andcommitted
test($rootScope) test the correct setting of the constructor in Internet Explorer 11
Closes #10759
1 parent b146af1 commit d557875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/rootScopeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Scope', function() {
1414

1515
it('should expose the constructor', inject(function($rootScope) {
1616
/* jshint -W103 */
17-
if (msie) return;
17+
if (msie < 11) return;
1818
expect($rootScope.__proto__).toBe($rootScope.constructor.prototype);
1919
}));
2020

0 commit comments

Comments
 (0)