Explorar el Código

formatted code

Former-commit-id: 93a77ae2a1c93144387c5be8a7c93c9a265dd601
Gildas hace 6 años
padre
commit
c0be873077
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      extension/ui/content/content-ui-editor-web.js

+ 1 - 1
extension/ui/content/content-ui-editor-web.js

@@ -199,7 +199,7 @@
 	}
 	}
 
 
 	function attachNoteListeners(containerElement, editable = false) {
 	function attachNoteListeners(containerElement, editable = false) {
-		const SELECT_PX_THRESHOLD = 4;		
+		const SELECT_PX_THRESHOLD = 4;
 		const NOTE_MOVING_CLASS = "note-moving";
 		const NOTE_MOVING_CLASS = "note-moving";
 		const NOTE_MASK_MOVING_CLASS = "note-mask-moving";
 		const NOTE_MASK_MOVING_CLASS = "note-mask-moving";
 		const PAGE_MASK_ACTIVE_CLASS = "page-mask-active";
 		const PAGE_MASK_ACTIVE_CLASS = "page-mask-active";