[Content] Playlist.editableAttributes removed
authorRafal Galka <r.galka@samsung.com>
Tue, 24 Mar 2015 09:47:43 +0000 (10:47 +0100)
committerRafal Galka <r.galka@samsung.com>
Wed, 8 Apr 2015 07:16:25 +0000 (16:16 +0900)
This property is not defined in WIDL.

Change-Id: Id0db1534c91cc8b3206dd6c7286c1e390f4c44a9

src/content/js/playlist.js

index 141a4245289c5055477b8016b01efc7525d74eae..a04d8b3c424c10bbf9ab5efae73cc5ad44090c87 100644 (file)
@@ -3,16 +3,10 @@
 // found in the LICENSE file.
 
 function Playlist(data) {
-  var editableAttributes = ['name', 'thumbnailURI'];
   var id;
   var numberOfTracks;
 
   Object.defineProperties(this, {
-    editableAttributes: {
-      value: editableAttributes,
-      writable: false,
-      enumerable: true
-    },
     id: {
       get: function() {
         return id;