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:
Endi S. Dewata
2011-05-16 22:23:20 -05:00
committed by Adam Young
parent 00abd47de4
commit 46137fdf89
28 changed files with 427 additions and 190 deletions

View File

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