type: opts.selected -> opts.type

このコミットが含まれているのは:
aj 2017-08-23 17:10:54 +00:00
コミット effee987be
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -91,7 +91,7 @@ OAUTH3.api['dns.set'] = function (providerUri, opts) {
var tld = opts.tld;
var sld = opts.sld;
var sub = opts.sub;
var type = opts.selected;
var type = opts.type;
var value = opts.value;
var ttl = opts.ttl;
var priority = (opts.priority || '');