javascript function syntax #3...
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ module.exports.MatrixEvent.prototype = {
|
||||
return this.event.state_key !== undefined;
|
||||
},
|
||||
|
||||
getPushActions(client) {
|
||||
getPushActions: function(client) {
|
||||
if (this.pushActions === undefined) {
|
||||
var pushProcessor = new PushProcessor(client);
|
||||
this.pushActions = pushProcessor.actionsForEvent(this.event);
|
||||
|
||||
Reference in New Issue
Block a user