mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-23 01:40:25 +00:00
fix(document): accidental clobbering of document.getAttribute
Closes #877
This commit is contained in:
parent
666f326c5d
commit
eafe15f54c
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
////////////////////////////////////
|
||||
|
||||
if (typeof document.getAttribute == 'undefined')
|
||||
document.getAttribute = function() {};
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name angular.lowercase
|
||||
|
|
|
|||
Loading…
Reference in a new issue