Thanks to visit codestin.com
Credit goes to github.com

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

Commit 66c8dfc

Browse files
committed
fix(document): accidental clobbering of document.getAttribute
Closes #877
1 parent c393d62 commit 66c8dfc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Angular.js

Lines changed: 0 additions & 3 deletions
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)