mirror of https://github.com/gorhill/uBlock.git
Use more descriptive name for raf-if.js
Related feedback:
- 6831967f5f (commitcomment-34979880)
This commit is contained in:
parent
59bdf2b4cc
commit
35854e4baf
|
@ -391,7 +391,8 @@
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
/// raf-if.js
|
/// requestAnimationFrame-if.js
|
||||||
|
/// alias raf-if.js
|
||||||
(function() {
|
(function() {
|
||||||
let needle = '{{1}}';
|
let needle = '{{1}}';
|
||||||
const not = needle.charAt(0) === '!';
|
const not = needle.charAt(0) === '!';
|
||||||
|
|
Loading…
Reference in New Issue