Reduce CURRENT_PATH deps.

This commit is contained in:
Lars Jung 2015-05-03 04:05:42 +02:00
parent d0f7f586e8
commit a74e849faf
4 changed files with 15 additions and 10 deletions

View file

@ -42,6 +42,7 @@ modulejs.define('ext/download', ['_', '$', 'core/event', 'core/location', 'core/
action: 'download',
as: name + '.' + extension,
type: type,
baseHref: location.getAbsHref(),
hrefs: _.pluck(selectedItems, 'absHref').join('|:|')
};