aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorIgor Minar2011-08-14 03:24:09 -0700
committerIgor Minar2011-08-15 12:51:41 -0700
commit793ecb48176ad6d8866ce38f4242971c81ceda31 (patch)
tree0f4a6c975bcab004f7878a4765c56c87b3e34c02 /src/Angular.js
parent1d45e65f4a026eb0461429f2557a5f0400b7f88e (diff)
downloadangular.js-793ecb48176ad6d8866ce38f4242971c81ceda31.tar.bz2
refactor(jqLite): remove jqLite show/hide support
it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available.
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 1b887779..d5131c1f 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -63,7 +63,6 @@ var _undefined = undefined,
$boolean = 'boolean',
$console = 'console',
$date = 'date',
- $display = 'display',
$length = 'length',
$name = 'name',
$noop = 'noop',