Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
(function() {
function vendorModule() {
'use strict';
return { 'default': self['Popcorn'] };
}
define('popcorn', [], vendorModule);
})();