mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-06-05 01:47:10 +00:00
add FromData to predefined NS
This commit is contained in:
parent
46f930040c
commit
d36102e946
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
PACKAGE=pve-jslint
|
PACKAGE=pve-jslint
|
||||||
VERSION=1.0
|
VERSION=1.0
|
||||||
PACKAGERELEASE=2
|
PACKAGERELEASE=3
|
||||||
|
|
||||||
PKGREL=${VERSION}-${PACKAGERELEASE}
|
PKGREL=${VERSION}-${PACKAGERELEASE}
|
||||||
DEB=${PACKAGE}_${VERSION}-${PKGREL}_all.deb
|
DEB=${PACKAGE}_${VERSION}-${PKGREL}_all.deb
|
||||||
|
@ -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
|
pve-jslint (1.0-2) unstable; urgency=low
|
||||||
|
|
||||||
* download from http://jslint.com/jslint.js
|
* download from http://jslint.com/jslint.js
|
||||||
|
2
rhino.js
2
rhino.js
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
predef: ['Ext', 'PVE', 'PVE_vnc_console_event'],
|
predef: ['Ext', 'PVE', 'PVE_vnc_console_event', 'FormData'],
|
||||||
devel: true,
|
devel: true,
|
||||||
'continue': true, /// Allow continue statement
|
'continue': true, /// Allow continue statement
|
||||||
bitwise: true, // Allow bitwise operators
|
bitwise: true, // Allow bitwise operators
|
||||||
|
Loading…
Reference in New Issue
Block a user