8 lines
158 B
JavaScript
Raw Normal View History

2020-08-11 20:36:09 -04:00
(function($) {
'use strict';
var options = {
valueNames: ['name', 'born']
};
var userList = new List('users', options);
})(jQuery);