[Bug] progressValue wasn't stored propperly, getNotification was requesting for StatusNotification object
[Verification] Tested in Chrome console
Change-Id: I12b221988bf6d984cd79a4ab28a1fe09bb0bcbe7
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@partner.samsung.com>
var data = {
//add marker for UserNotification implementation
- newImpl: (args.notification instanceof tizen.UserNotification),
+ newImpl: true,
id: args.id
};
});
if (data instanceof _global.Object) {
+ this['progressType'] = data['progressType'];
for (var prop in data) {
if (this.hasOwnProperty(prop)) {
this[prop] = data[prop];