trim down listview

This commit is contained in:
Luke Pulverenti 2016-02-07 14:47:09 -05:00
parent 484e60e328
commit dd1b33021d
26 changed files with 175 additions and 159 deletions

View file

@ -1196,12 +1196,7 @@
if (contentElem.classList.contains('type-interior')) {
dependencies = dependencies || [];
dependencies.push('jqmpopup');
dependencies.push('jqmlistview');
dependencies.push('jqmcollapsible');
dependencies.push('jqmcontrolgroup');
dependencies.push('jqmcheckbox');
dependencies.push('scripts/notifications');
addLegacyDependencies(dependencies, absUrl);
}
require(dependencies, function () {