aboutsummaryrefslogtreecommitdiffstats
path: root/src/Loader.js
diff options
context:
space:
mode:
authorMisko Hevery2010-01-11 17:32:33 -0800
committerMisko Hevery2010-01-11 17:32:33 -0800
commit6d5471c9bea9671dec7900a7bc548aea8ddd5a3e (patch)
tree23a0affaa4b977b0eb776f515bd27eda89431049 /src/Loader.js
parent1a42a3fab99ca02af0476f5a87175c53104aa2e3 (diff)
downloadangular.js-6d5471c9bea9671dec7900a7bc548aea8ddd5a3e.tar.bz2
all files converted to prototype= {}
Diffstat (limited to 'src/Loader.js')
-rw-r--r--src/Loader.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Loader.js b/src/Loader.js
index 104dfec8..5207defb 100644
--- a/src/Loader.js
+++ b/src/Loader.js
@@ -1,7 +1,3 @@
-// Copyright (C) 2008,2009 BRAT Tech LLC
-
-// IE compatibility
-
if (typeof document.getAttribute == 'undefined')
document.getAttribute = function() {};
if (typeof Node == 'undefined') {