Lastfm scrobbling backend ready

This commit is contained in:
magnolia-fan
2011-06-23 02:56:32 +04:00
parent 4326a4960b
commit 8c33730252
9 changed files with 78 additions and 49 deletions
@@ -50,7 +50,7 @@
this.setOptions(options);
}
$.fn.autocomplete = function(options) {
$.fn.bh_autocomplete = function(options) {
return new Autocomplete(this.get(0)||$('<input />'), options);
};