emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

Minimized version does not work #66

Closed atd closed 13 years ago

atd commented 13 years ago

In the same project, using jquery 1.6.1 including jquery.fcbkcomplete.min :

Firefox:

missing ; before statement
r id=addItem(option.text(),option.val(...er(temp_elem);element.remove();element     jquery.bcbkcomplete.min (line 3)

Chrome:

Uncaught SyntaxError: Unexpected identifier jquery.fcbkcomplete.min:3
atd commented 13 years ago

I forgot to mention that things go right with the normal version

emposha commented 13 years ago

fixed, please confirm.

dkvdm commented 13 years ago

Confirmed, I had the same problem but switched to 2.8.6 today after using my own minified version

emposha commented 13 years ago

Thanks!

atd commented 13 years ago

Confirmed, thank you!