diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-10-23 23:50:36 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2018-10-23 23:50:36 +0200 |
commit | 23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7 (patch) | |
tree | 7ea3b5cfcacf7428b7c96fc6f8ec300beaa2d202 /src/view | |
parent | f9f3da7048880cb3c4b03d0116bb8be850688e74 (diff) | |
download | rpgedit-23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7.tar rpgedit-23bee802a5bba0e9a7bd2775fb31bf0af29ba1e7.zip |
Get rid of lodash
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/MapView.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/MapView.ts b/src/view/MapView.ts index 61b8336..21f83d5 100644 --- a/src/view/MapView.ts +++ b/src/view/MapView.ts @@ -1,5 +1,3 @@ -import * as _ from 'lodash'; - import {nextPowerOf2} from '../util'; import Renderer from './Renderer'; |