Clean code.

This commit is contained in:
Lars Jung 2015-04-14 01:38:49 +02:00
parent 6137120b2e
commit cdca37e59d
19 changed files with 53 additions and 47 deletions

View file

@ -25,7 +25,7 @@ modulejs.define('ext/download', ['_', '$', 'core/settings', 'core/resource', 'co
}
}
function onClick(event) {
function onClick() {
var type = settings.type;
var name = settings.packageName;