Got delete working for legacy items... just need to get the tree to respond, do tree syncing, etc... but it is working.

This commit is contained in:
Shannon
2013-07-12 14:36:35 +10:00
parent cdf114df4b
commit e2ef802f65
11 changed files with 58 additions and 16 deletions

View File

@@ -260,7 +260,9 @@ module.exports = function (grunt) {
newcap:true,
noarg:true,
sub:true,
boss:true,
boss: true,
//NOTE: This is required so it doesn't barf on reserved words like delete when doing $http.delete
es5: true,
eqnull: true,
//NOTE: we need to use eval sometimes so ignore it
evil: true,
@@ -281,7 +283,9 @@ module.exports = function (grunt) {
newcap:true,
noarg:true,
sub:true,
boss:true,
boss: true,
//NOTE: This is required so it doesn't barf on reserved words like delete when doing $http.delete
es5: true,
eqnull: true,
//NOTE: we need to use eval sometimes so ignore it
evil: true,