select2 beta ready, need tests

This commit is contained in:
vitalets
2013-01-15 00:48:52 +04:00
parent 0b58607306
commit f81a56d15c
12 changed files with 3283 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ $(function(){
var Constructor = function (options) {
this.init('typeahead', options, Constructor.defaults);
//overriding combodate config (as by default jQuery extend() is not recursive)
//overriding objects in config (as by default jQuery extend() is not recursive)
this.options.typeahead = $.extend({}, Constructor.defaults.typeahead, {
//set default methods for typeahead to work with objects
matcher: this.matcher,