1
0
Fork 0
mirror of synced 2025-04-04 21:53:32 +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",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "spinner.gif"],
"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 {
position: relative;

View file

@ -1,7 +1,7 @@
/*
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
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