| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 _abpInitialized = false; | |
| 2 require("filterNotifier").FilterNotifier.addListener(function(action) | 1 require("filterNotifier").FilterNotifier.addListener(function(action) |
| 3 { | 2 { |
| 4 if (action === "load") | 3 if (action === "load") |
| 5 { | 4 _triggerEvent("init"); |
| 6 _abpInitialized = true; | |
| 7 } | |
| 8 }); | 5 }); |
| OLD | NEW |