add FromData to predefined NS

This commit is contained in:
Dietmar Maurer 2011-11-09 10:46:18 +01:00
parent 46f930040c
commit d36102e946
3 changed files with 8 additions and 2 deletions

View File

@ -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

View 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

View File

@ -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