1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
Kegan Dougal
2015-12-08 16:10:52 +00:00
parent c65f32f6a6
commit ac3aa5538f
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Filter.prototype.getDefinition = function() {
/**
* Set the JSON body of the filter
* @param {Object} body The filter definition
* @param {Object} definition The filter definition
*/
Filter.prototype.setDefinition = function(definition) {
this.definition = definition;