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

Commit eafe15f

Browse files
committed
fix(document): accidental clobbering of document.getAttribute
Closes #877
1 parent 666f326 commit eafe15f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Angular.js

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
////////////////////////////////////
44

5-
if (typeof document.getAttribute == 'undefined')
6-
document.getAttribute = function() {};
7-
85
/**
96
* @ngdoc function
107
* @name angular.lowercase

0 commit comments

Comments
 (0)