Compare-UserJS icon indicating copy to clipboard operation
Compare-UserJS copied to clipboard

Add function change detection

Open EuropeanDeveloper opened this issue 5 years ago • 0 comments

The function change is not detected. For example, when

pref("pref.name", value);

is changed to:

lockPref("pref.name", value);

it appears as nothing has been changed and the preference is the same in both files.

EuropeanDeveloper avatar Jan 06 '20 13:01 EuropeanDeveloper