1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 23:36:47 +02:00

method invocation jqueryui style

This commit is contained in:
Jacob Thornton
2011-09-11 21:03:17 -07:00
parent e255b4f51d
commit 200f5817ba
6 changed files with 145 additions and 79 deletions

View File

@@ -282,9 +282,6 @@
this[binder](eventIn, enter)[binder](eventOut, leave)
}
this.bind(name + ':show', enter)
this.bind(name + ':hide', leave)
return this
}