| Index: tracing/tracing/extras/tquery/filter.html
|
| diff --git a/tracing/tracing/extras/tquery/filter.html b/tracing/tracing/extras/tquery/filter.html
|
| index 99532e4dd75e71c8a026d5702bb8e4bf45a1d625..17cf644aa70e493faa5cce43038ebc27b76fc339 100644
|
| --- a/tracing/tracing/extras/tquery/filter.html
|
| +++ b/tracing/tracing/extras/tquery/filter.html
|
| @@ -19,7 +19,7 @@ tr.exportTo('tr.e.tquery', function() {
|
| // Shortcut: naked strings and regexps can be used to match against slice
|
| // titles.
|
| if (filterExpression instanceof String ||
|
| - typeof(filterExpression) == 'string' ||
|
| + typeof(filterExpression) === 'string' ||
|
| filterExpression instanceof RegExp) {
|
| var filter = new tr.e.tquery.FilterHasTitle(filterExpression);
|
| return filter;
|
|
|