regenerate api files without jshint comments

This commit is contained in:
spalger
2016-01-08 14:23:41 -07:00
parent b1a137b343
commit 187ec62bbd
14 changed files with 14 additions and 42 deletions

View File

@ -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';
}
});
});