mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
3952b2f013
commit
96362b20b1
@ -53,7 +53,6 @@ define([
|
||||
var $type = $('.cp-whiteboard-type');
|
||||
var $brush = $('.cp-whiteboard-type .brush');
|
||||
var $move = $('.cp-whiteboard-type .move');
|
||||
var $history = $('.cp-whiteboard-history');
|
||||
var $undo = $('.cp-whiteboard-history .undo');
|
||||
var $redo = $('.cp-whiteboard-history .redo');
|
||||
var $text = $('.cp-whiteboard-text button');
|
||||
@ -143,7 +142,7 @@ define([
|
||||
|
||||
$text.click(function () {
|
||||
$move.click();
|
||||
canvas.add(new fabric.Textbox('My Text', {
|
||||
canvas.add(new Fabric.Textbox('My Text', {
|
||||
fill: brush.color,
|
||||
top: 5,
|
||||
left: 5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user