Fixed a typo
This commit is contained in:
parent
111cf2c140
commit
1f9ebe7201
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
update: function (id, profile, additional, opts) {
|
||||
profile = profile || {};
|
||||
additional = addtional || {};
|
||||
additional = additional || {};
|
||||
|
||||
var data = $.extend({}, additional);
|
||||
data.profile = profile;
|
||||
|
|
|
|||
Loading…
Reference in a new issue