]> git.proxmox.com Git - pve-jslint.git/commitdiff
add FromData to predefined NS
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Nov 2011 09:46:18 +0000 (10:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Nov 2011 09:46:18 +0000 (10:46 +0100)
Makefile
changelog.Debian
rhino.js

index 0992aa1f5a88bc0abec04d3c4a212d248d87310c..8b0228138c2d66ba571b7b49705e414910064a0c 100644 (file)
--- 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
index 97850d6ec2302eff11c61168e78a9e8570cbbd1f..e01ac7a4f8b20572d9d9c5d79c27f215a95ddc41 100644 (file)
@@ -1,3 +1,9 @@
+pve-jslint (1.0-3) unstable; urgency=low
+
+  * add FromData to predefined NS
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 09 Nov 2011 10:45:24 +0100
+
 pve-jslint (1.0-2) unstable; urgency=low
 
   * download from http://jslint.com/jslint.js
index e6b43a7b7532f98fe25432921ae53124895e8a94..a31a12fc3d706882bf5f1c6d51dc7259611b12ce 100644 (file)
--- 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