remove js virtual method will be added in a branch

This commit is contained in:
eitanya 2017-03-14 09:15:32 +02:00
parent f1ac3c918d
commit 31b223ea8a

View File

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