topic for backwards compatibility

This commit is contained in:
Marek Kotewicz
2015-01-29 15:36:13 +01:00
parent 94e0e5ab7d
commit e380462532
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -708,6 +708,7 @@ var Filter = function(options, impl) {
// evaluate lazy properties
options = {
to: options.to,
topic: options.topic,
topics: options.topics,
earliest: options.earliest,
latest: options.latest,
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -35,6 +35,7 @@ var Filter = function(options, impl) {
// evaluate lazy properties
options = {
to: options.to,
topic: options.topic,
topics: options.topics,
earliest: options.earliest,
latest: options.latest,