Skip to content

Commit

Permalink
fix docs for select2 source param
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Sep 21, 2013
1 parent a22fddb commit 5cc1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inputs/select2/select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5cc1efb

Please sign in to comment.