1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

Compare commits

...

2 commits

Author SHA1 Message Date
Igor Vaynberg
adaedded3e fix dependency 2013-05-09 00:10:00 -07:00
Igor Vaynberg
9697ae1e7f release 3.3.2 2013-03-25 12:14:27 -07:00
4 changed files with 25 additions and 3 deletions

View file

@ -3,6 +3,6 @@
"version": "3.3.2", "version": "3.3.2",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"], "main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"],
"dependencies": { "dependencies": {
"jquery": "~1.4.4" "jquery": ">=1.4.6"
} }
} }

View file

@ -1,5 +1,5 @@
/* /*
Version: @@ver@@ Timestamp: @@timestamp@@ Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
*/ */
.select2-container { .select2-container {
position: relative; position: relative;

View file

@ -1,7 +1,7 @@
/* /*
Copyright 2012 Igor Vaynberg Copyright 2012 Igor Vaynberg
Version: @@ver@@ Timestamp: @@timestamp@@ Version: 3.3.2 Timestamp: Mon Mar 25 12:14:18 PDT 2013
This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU This software is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU
General Public License version 2 (the "GPL License"). You may choose either license to govern your General Public License version 2 (the "GPL License"). You may choose either license to govern your

22
select2.min.js vendored Normal file

File diff suppressed because one or more lines are too long