From: Piotr Kosko/Tizen API (PLT) /SRPOL/Engineer/Samsung Electronics Date: Fri, 15 Mar 2024 11:52:00 +0000 (+0100) Subject: [Content] Fixed the reconfigurable issue X-Git-Tag: accepted/tizen/unified/20240319.140954^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=240033e560a5997f52f25dcacff5733a5e8f7ea7;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Content] Fixed the reconfigurable issue [Verification] Code compiles. Problem with find method does not appear anymore. Change-Id: I577ea7fd30fcb8ef7f34d1f66a2be7b5d5a4048c --- diff --git a/src/content/js/datatypes.js b/src/content/js/datatypes.js index b903415a..46aea3e8 100755 --- a/src/content/js/datatypes.js +++ b/src/content/js/datatypes.js @@ -139,7 +139,8 @@ function Content(data) { return editableAttributes; }, set: function () { }, - enumerable: true + enumerable: true, + configurable: true }, id: { get: function() { @@ -361,7 +362,8 @@ function VideoContent(data) { return editableAttributes; }, set: function () { }, - enumerable: true + enumerable: true, + configurable: true }, geolocation: { get: function() { @@ -729,7 +731,8 @@ function ImageContent(data) { return editableAttributes; }, set: function () { }, - enumerable: true + enumerable: true, + configurable: true }, geolocation: { get: function() {