Fixed a typo

This commit is contained in:
Gina Häußge 2015-12-02 21:42:30 +01:00
parent 111cf2c140
commit 1f9ebe7201

View file

@ -28,7 +28,7 @@
update: function (id, profile, additional, opts) {
profile = profile || {};
additional = addtional || {};
additional = additional || {};
var data = $.extend({}, additional);
data.profile = profile;