[pve-devel] applied: [PATCH jslint 1/2] add 'Proxmox' to globals

Thomas Lamprecht t.lamprecht at proxmox.com
Tue May 22 15:06:49 CEST 2018


On 5/22/18 2:01 PM, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  rhino.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rhino.js b/rhino.js
> index d1892dc..75c6e40 100644
> --- a/rhino.js
> +++ b/rhino.js
> @@ -6,7 +6,7 @@
>      }
>  
>      defaults = {
> -	predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext'],
> +	predef: ['Ext', 'PVE', 'PMG', 'PVE_vnc_console_event', 'FormData', 'gettext', 'Proxmox'],
>  	devel:      true,
>  	'continue': true,   /// Allow continue statement
>  	bitwise:    true,   //  Allow bitwise operators
> 

applied series with a version bump follow up




More information about the pve-devel mailing list