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

@@ -142,6 +142,11 @@ var Server = (function () {
value: function toString() {
return this.name;
}
}, {
key: "equals",
value: function equals(object) {
return object.id === this.id;
}
}, {
key: "iconURL",
get: function get() {