summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ordered_map_tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Add phase on exact positionPetr Vobornik2013-05-061-3/+34
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Change tests to use AMD loaderPetr Vobornik2013-01-181-0/+5
| | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
* jQuery ordered map.Endi S. Dewata2011-05-201-0/+128
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