aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-06 14:14:59 -0800
committerIgor Minar2012-03-08 11:06:14 -0800
commit08ad4b6a46b714008ff779728a73a168b62510ce (patch)
tree5f890fa8593c2cbefa5e33dd709d1b2199ea190b /src/jqLite.js
parent2acd60df4dcc1550b5756559d98a8b03815973d6 (diff)
downloadangular.js-08ad4b6a46b714008ff779728a73a168b62510ce.tar.bz2
docs(jqlite): add docs for wrap()
Diffstat (limited to 'src/jqLite.js')
-rw-r--r--src/jqLite.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index f32aeaad..dd793ab2 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -56,6 +56,7 @@
* - [toggleClass()](http://api.jquery.com/toggleClass/)
* - [unbind()](http://api.jquery.com/unbind/)
* - [val()](http://api.jquery.com/val/)
+ * - [wrap()](http://api.jquery.com/wrap/)
*
* ## In addtion to the above, Angular privides an additional method to both jQuery and jQuery lite:
*