regenerate api files without jshint comments
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
/* jshint maxlen: false */
|
||||
|
||||
var ca = require('../client_action').makeFactoryWithModifier(function (spec) {
|
||||
return require('../utils').merge(spec, {
|
||||
params: {
|
||||
@ -6341,4 +6339,4 @@ api.create = ca.proxy(api.index, {
|
||||
transform: function (params) {
|
||||
params.op_type = 'create';
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user