Commit 275d11fb authored by Nik Nyby's avatar Nik Nyby Committed by Tim Graham
Browse files

Corrected comment about SelectFilter2's dependencies.

parent 60586dd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
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($) {
    'use strict';