From 5cc1efb80de32d60b69570492c7d2b9c1bbec1f7 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Sat, 21 Sep 2013 20:12:11 +0400 Subject: [PATCH] fix docs for select2 source param --- src/inputs/select2/select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputs/select2/select2.js b/src/inputs/select2/select2.js index ab1fe1c..d6342b9 100644 --- a/src/inputs/select2/select2.js +++ b/src/inputs/select2/select2.js @@ -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,