From ecde88742b2abb5ec45e2f6c7aee49073f4ec2fa Mon Sep 17 00:00:00 2001 From: Hugo Xu Date: Tue, 18 Dec 2018 18:14:51 -0700 Subject: [PATCH] Update developer_notes.md --- notes/developer_notes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/notes/developer_notes.md b/notes/developer_notes.md index 0b71e66..c77e29a 100644 --- a/notes/developer_notes.md +++ b/notes/developer_notes.md @@ -30,9 +30,6 @@ These may or may not be out of date. ## Other Observations -- Minor code style issue - https://github.com/gorhill/uBlock/commit/b0da5df0a065f65596d611d312f68acae61ce71a - - `static-net-filtering.js > FilterContainer.prototype.compile` checks for empty lines, but there seems to be no way for empty lines to enter this function.