fix docs for select2 source param

This commit is contained in:
vitalets 2013-09-21 20:12:11 +04:00
parent a22fddb693
commit 5cc1efb80d

@ -305,7 +305,7 @@ $(function(){
E.g. `[{id: 1, text: "text1"}, {id: 2, text: "text2"}, ...]`.
@property source
@type array
@type array|string|function
@default null
**/
source: null,