switch to jquery slim

This commit is contained in:
Luke Pulverenti 2016-02-22 15:29:24 -05:00
parent 146568d57e
commit 47a5078596
2 changed files with 2 additions and 2 deletions

View File

@ -1773,7 +1773,7 @@ var AppInfo = {};
masonry: bowerPath + '/masonry/dist/masonry.pkgd.min',
humanedate: 'components/humanedate',
chromecasthelpers: 'components/chromecasthelpers',
jQuery: bowerPath + '/jquery/dist/jquery.min',
jQuery: bowerPath + '/jquery/dist/jquery.slim.min',
fastclick: bowerPath + '/fastclick/lib/fastclick',
events: apiClientBowerPath + '/events',
credentialprovider: apiClientBowerPath + '/credentials',

View File

@ -414,7 +414,7 @@
if (selector) {
delegateElement.delegate(selector, eventName, handlerProxy);
} else {
element.bind(eventName, handlerProxy);
element.on(eventName, handlerProxy);
}
});
},