| Index: lib/filterClasses.js |
| =================================================================== |
| --- a/lib/filterClasses.js |
| +++ b/lib/filterClasses.js |
| @@ -14,16 +14,18 @@ |
| * You should have received a copy of the GNU General Public License |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| /** |
| * @fileOverview Definition of Filter class and its subclasses. |
| */ |
| +"use strict"; |
| + |
| let {FilterNotifier} = require("filterNotifier"); |
| let {Utils} = require("utils"); |
| /** |
| * Abstract base class for filters |
| * |
| * @param {String} text string representation of the filter |
| * @constructor |