add 'js' method for js api docs

This commit is contained in:
eitanya 2017-02-26 20:59:45 +02:00
parent d1b9cb1a63
commit f7c6b8e980

View File

@ -1,6 +1,6 @@
'use strict';
export const methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']);
export const methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch','js']);
export const keywordTypes = {
multipleOf: 'number',