this.METHOD()
instead, you should use
METHOD()
Why? When you use this.METHOD(), it acts as if you were calling the method
from the outside. That means you will be prevented from calling private
methods.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

