File rename and clean up

This commit is contained in:
Sam Potts
2019-06-21 00:19:37 +10:00
parent c4b3e0672e
commit 8fc6c2ba52
18 changed files with 14 additions and 16 deletions

2
src/js/controls.js vendored
View File

@ -28,7 +28,7 @@ import {
import { off, on } from './utils/events';
import i18n from './utils/i18n';
import is from './utils/is';
import loadSprite from './utils/loadSprite';
import loadSprite from './utils/load-sprite';
import { extend } from './utils/objects';
import { getPercentage, replaceAll, toCamelCase, toTitleCase } from './utils/strings';
import { formatTime, getHours } from './utils/time';