From d36102e946d8866e9c127cb47c9c2bef45bbd59d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 9 Nov 2011 10:46:18 +0100 Subject: [PATCH] add FromData to predefined NS --- Makefile | 2 +- changelog.Debian | 6 ++++++ rhino.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0992aa1..8b02281 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=2.0 PACKAGE=pve-jslint VERSION=1.0 -PACKAGERELEASE=2 +PACKAGERELEASE=3 PKGREL=${VERSION}-${PACKAGERELEASE} DEB=${PACKAGE}_${VERSION}-${PKGREL}_all.deb diff --git a/changelog.Debian b/changelog.Debian index 97850d6..e01ac7a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +pve-jslint (1.0-3) unstable; urgency=low + + * add FromData to predefined NS + + -- Proxmox Support Team Wed, 09 Nov 2011 10:45:24 +0100 + pve-jslint (1.0-2) unstable; urgency=low * download from http://jslint.com/jslint.js diff --git a/rhino.js b/rhino.js index e6b43a7..a31a12f 100644 --- a/rhino.js +++ b/rhino.js @@ -6,7 +6,7 @@ } defaults = { - predef: ['Ext', 'PVE', 'PVE_vnc_console_event'], + predef: ['Ext', 'PVE', 'PVE_vnc_console_event', 'FormData'], devel: true, 'continue': true, /// Allow continue statement bitwise: true, // Allow bitwise operators