--- a/serviceproviders/jsapi/platformservices/src/messaging.js Tue Feb 02 00:45:40 2010 +0200
+++ b/serviceproviders/jsapi/platformservices/src/messaging.js Fri Mar 19 09:42:20 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");