Corrected comment about SelectFilter2's dependencies.
This commit is contained in:
parent
60586dd737
commit
275d11fbc5
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
SelectFilter2 - Turns a multiple-select box into a filter interface.
|
SelectFilter2 - Turns a multiple-select box into a filter interface.
|
||||||
|
|
||||||
Requires core.js, SelectBox.js and addevent.js.
|
Requires jQuery, core.js, and SelectBox.js.
|
||||||
*/
|
*/
|
||||||
(function($) {
|
(function($) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in New Issue