Skip to content

Commit

Permalink
Fixing silly name mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
josedvq committed Sep 18, 2017
1 parent 4a6eb3b commit f89759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/colpick.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ For usage and examples: colpick.com/plugin
var options = $.extend({}, opt);
options.origColor = opt.color;
//Generate and assign a random ID
var id = 'collorpicker_' + getUniqueID();
var id = 'colorpicker_' + getUniqueID();
$(this).data('colpickId', id);
//Set the tpl's ID and get the HTML
var cal = $(tpl).attr('id', id);
Expand Down

0 comments on commit f89759a

Please sign in to comment.