mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Changes addTraits to updateTraits
This commit is contained in:
parent
99362020eb
commit
233be74ad5
@ -14,7 +14,7 @@ define(function(require, exports, module) {
|
||||
|
||||
plugin.freezePublicAPI({
|
||||
log: function() {},
|
||||
addTraits: function() {},
|
||||
updateTraits: function() {},
|
||||
alias: function() {},
|
||||
identify: function() {},
|
||||
track: function() {},
|
||||
|
||||
@ -162,7 +162,7 @@ require([
|
||||
return prefs;
|
||||
})(),
|
||||
analytics: {
|
||||
addTraits: function() {}
|
||||
updateTraits: function() {}
|
||||
},
|
||||
commands: (function(){
|
||||
var commands = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user