]> git.proxmox.com Git - pve-manager.git/commit
jslint: fix _ prefix and 'for in' over an object
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 29 Apr 2016 10:06:31 +0000 (12:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 Apr 2016 15:08:33 +0000 (17:08 +0200)
commitca90044dacbb78cff774729a093c3a284cac7c81
tree5738df2b7a4642706e69068c8b0673f08114b6db
parenta764c5f72ed75d8485ef2e957ec95e2046d269d2
jslint: fix _ prefix and 'for in' over an object

jslint does not like names that begin with _

also it complains when you do not filter
a for in statement with a hasOwnProperty(property) as first
if statement

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Toolkit.js