From 11fab1be61f2d59ecdc549213b4b34a089459d10 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Fri, 18 Jan 2013 14:10:16 +0400 Subject: [PATCH] comments for docs --- src/inputs/select2/select2.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/inputs/select2/select2.js b/src/inputs/select2/select2.js index 03e7def..fb1a103 100644 --- a/src/inputs/select2/select2.js +++ b/src/inputs/select2/select2.js @@ -1,7 +1,11 @@ /** Select2 input. Based on amazing work of Igor Vaynberg https://github.com/ivaynberg/select2. Please see [original docs](http://ivaynberg.github.com/select2) for detailed description and options. +You should manually include select2 distributive: + <link href="select2/select2.css" rel="stylesheet" type="text/css"></link> + <script src="select2/select2.js"></script> + @class select2 @extends abstractinput @since 1.4.1