update channel filters

This commit is contained in:
Luke Pulverenti 2016-02-14 15:34:54 -05:00
parent 413a255477
commit d4504e80a2
12 changed files with 248 additions and 326 deletions

View file

@ -1,8 +1,4 @@
(function () {
if (jQuery.widget) {
return;
}
define(['jqm'], function () {
/*!
* jQuery UI Widget c0ab71056b936627e8a7821f03c044aec6280a40
@ -498,7 +494,7 @@
(function ($, undefined) {
var originalWidget = $.widget
var originalWidget = $.widget;
$.widget = (function (orig) {
return function () {
@ -519,5 +515,4 @@
})(jQuery);
})();
});