fix for DeletePropery request

This commit is contained in:
Andrey Sidorov 2012-06-13 15:16:09 +10:00
parent 8af6ab6465
commit e24ad5dc9f

View file

@ -294,7 +294,9 @@ module.exports = {
// TODO: test
DeleteProperty: [
[ 'CxLLL', [19, 3] ] // wid, propNameAtom
function(wid, prop) {
return [ 'CxSLL', [19, 3, wid, prop] ];
}
],
GetProperty: [