fix casing

This commit is contained in:
casperlamboo 2017-11-15 16:48:13 +01:00
parent f2a6e9342a
commit e85aaa0d0d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { CANVAS_SIZE } from '../constants/d2Constants';
import ShapesManager from '../d3/ShapesManager';
import { getSelectedObjectsSelector, getBoundingBox } from '../utils/selectionUtils';
import createRAFOnce from '../utils/rafOnce.js';
import { hasExtensionsFor } from '../utils/WebGLSupport.js';
import { hasExtensionsFor } from '../utils/webGLSupport.js';
import { PIXEL_RATIO } from '../constants/general.js';
import * as toolsNames from '../constants/d3Tools.js';
import { EventScene, EventObject3D } from '../d3/EventScene.js';