ddouble / bsie

Bootstrap IE6 Compatible Library
http://ddouble.github.com/bsie/
686 stars 189 forks source link

$.eb.ie6有BUG #6

Closed faller closed 11 years ago

faller commented 11 years ago

if ($.eb.ie6) { el = el || $('html'); .......

应该改为: if ($.eb.ie6()) { // 没有执行。。。 el = el || $('html');