Fixed up per comments

This commit is contained in:
Mark McDowall 2013-06-13 08:21:38 -07:00
parent c0d77fcca2
commit 8b8ee912c0
5 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ define(['app'], function () {
NzbDrone.Commands.Execute = function (name, properties) {
var data = { command: name };
if (properties !== undefined) {
if (!properties) {
$.extend(data, properties);
}