1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

Corrected comment about SelectFilter2's dependencies.

This commit is contained in:
Nik Nyby 2016-01-25 11:05:34 -05:00 committed by Tim Graham
parent 60586dd737
commit 275d11fbc5

View File

@ -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';