switch from log_event to Logger.log
keep log_event for compatibility
This commit is contained in:
committed by
Carlos Andrés Rocha
parent
5692867b14
commit
cb7a3ad8eb
@@ -42,5 +42,7 @@ class @Logger
|
||||
page: window.location.href
|
||||
async: false
|
||||
|
||||
# Keeping this for compatibility issue only.
|
||||
|
||||
# log_event exists for compatibility reasons
|
||||
# and will soon be deprecated.
|
||||
@log_event = Logger.log
|
||||
|
||||
Reference in New Issue
Block a user