added setPlaying and now working on docs

This commit is contained in:
hydrabolt
2015-09-30 20:47:26 +01:00
parent a99b628fcf
commit 46846fcacc
7 changed files with 149 additions and 20 deletions

View File

@@ -24,6 +24,11 @@ var PMChannel = (function () {
}, {
key: "getMessage",
value: function getMessage(key, value) {
if (this.messages.length > 1000) {
this.messages.splice(0, 1);
}
var _iteratorNormalCompletion = true;
var _didIteratorError = false;
var _iteratorError = undefined;