Deleted a comment

This commit is contained in:
argon24 2017-12-19 10:05:30 +01:00
parent 433c1f1462
commit 8fd3acd2cc
4 changed files with 3 additions and 7 deletions

View File

@ -2157,8 +2157,6 @@ return /******/ (function(modules) { // webpackBootstrap
function onMouseDown(e) { function onMouseDown(e) {
document.activeElement.blur(); document.activeElement.blur();
window.console.log('delete this line');
_dom2.default.bind(window, 'mousemove', onMouseDrag); _dom2.default.bind(window, 'mousemove', onMouseDrag);
_dom2.default.bind(window, 'mouseup', onMouseUp); _dom2.default.bind(window, 'mouseup', onMouseUp);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -65,8 +65,6 @@ class NumberControllerSlider extends NumberController {
function onMouseDown(e) { function onMouseDown(e) {
document.activeElement.blur(); document.activeElement.blur();
window.console.log('delete this line');
dom.bind(window, 'mousemove', onMouseDrag); dom.bind(window, 'mousemove', onMouseDrag);
dom.bind(window, 'mouseup', onMouseUp); dom.bind(window, 'mouseup', onMouseUp);