projects
/
platform
/
core
/
api
/
webapi-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac3587
)
[Content] Playlist.editableAttributes removed
author
Rafal Galka
<r.galka@samsung.com>
Tue, 24 Mar 2015 09:47:43 +0000
(10:47 +0100)
committer
Rafal 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
patch
|
blob
|
history
diff --git
a/src/content/js/playlist.js
b/src/content/js/playlist.js
index 141a4245289c5055477b8016b01efc7525d74eae..a04d8b3c424c10bbf9ab5efae73cc5ad44090c87 100644
(file)
--- a/
src/content/js/playlist.js
+++ b/
src/content/js/playlist.js
@@
-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;