mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Deleted a comment
This commit is contained in:
parent
433c1f1462
commit
8fd3acd2cc
@ -2157,8 +2157,6 @@ return /******/ (function(modules) { // webpackBootstrap
|
||||
function onMouseDown(e) {
|
||||
document.activeElement.blur();
|
||||
|
||||
window.console.log('delete this line');
|
||||
|
||||
_dom2.default.bind(window, 'mousemove', onMouseDrag);
|
||||
_dom2.default.bind(window, 'mouseup', onMouseUp);
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
4
build/dat.gui.min.js
vendored
4
build/dat.gui.min.js
vendored
File diff suppressed because one or more lines are too long
@ -65,8 +65,6 @@ class NumberControllerSlider extends NumberController {
|
||||
function onMouseDown(e) {
|
||||
document.activeElement.blur();
|
||||
|
||||
window.console.log('delete this line');
|
||||
|
||||
dom.bind(window, 'mousemove', onMouseDrag);
|
||||
dom.bind(window, 'mouseup', onMouseUp);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user