$.PeriodicalUpdater.stop();
…gives me…
TypeError: Result of expression '$.PeriodicalUpdater.stop' [undefined] is not a function.
I’ve checked an double checked the owner’s manual, I cannot figure out why this isn’t working correctly. The error is harmless for the most part, it’s just the user’s browser won’t stop making server calls that it no longer needs.
Thanks!
The doc says
so it should be
EDIT – after your comments, try