Mercurial
Mercurial
>
corpus_parole
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
cms/app-client/app/services/player.js
changeset 248
256272c33349
parent 247
7a5d729992b8
child 249
e4204b1a579a
equal
deleted
inserted
replaced
247:7a5d729992b8
248:256272c33349
19
},
19
},
20
20
21
reset: function(id) {
21
reset: function(id) {
22
this.set('item', id);
22
this.set('item', id);
23
}
23
}
24
25
});
24
});