mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
jQuery ordered map.
The ordered map is a jQuery extension for creating a collection which can be accessed both as an ordered list and as a map. This collection can be used to store various objects including entities, fields, columns, and dialogs. A test suite for this class has been added as well. Ticket #1232
This commit is contained in:
committed by
Adam Young
parent
00abd47de4
commit
46137fdf89
@@ -117,6 +117,7 @@
|
||||
+define alert
|
||||
+define $
|
||||
+define JSON
|
||||
+define jQuery
|
||||
|
||||
### Files
|
||||
# Specify which files to lint
|
||||
@@ -124,6 +125,7 @@
|
||||
# To add a set of files, use "+process FileName", "+process Folder\Path\*.js",
|
||||
# or "+process Folder\Path\*.htm".
|
||||
#
|
||||
+process jquery.ordered-map.js
|
||||
+process ipa.js
|
||||
+process widget.js
|
||||
+process dialog.js
|
||||
|
||||
Reference in New Issue
Block a user