diff -r 92cfb77afb61 -r 4ac3198c2c5b serviceproviders/jsapi/platformservices/src/messaging.js --- a/serviceproviders/jsapi/platformservices/src/messaging.js Tue Feb 02 00:45:40 2010 +0200 +++ b/serviceproviders/jsapi/platformservices/src/messaging.js Fri Feb 19 23:43:21 2010 +0200 @@ -782,10 +782,6 @@ throw new DeviceException(this.error.DATA_OUT_OF_RANGE_ERR, "Messaging:startEditor:subject is too lengthy");//SErrMissingArgument = 1003 } } - if (message.to == undefined || message.to == null) { - // a("starteditor4"); - throw new DeviceException(this.error.MISSING_ARG_ERR, "Messaging:startEditor:to field is missing");//SErrMissingArgument = 1003 - } if (message.attachments != undefined && message.attachments != null && typeof message.attachments != "object") { // a("INVALID_ARG_ERR");