Merge branch 'master' of gitea.iwm-tuebingen.de:IWMBrowser/iwmlib

This commit is contained in:
Sebastian Kupke 2019-04-05 11:13:42 +02:00
commit cf48fce4ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import Events from '../../node_modules/iwmlib/lib/events.js'
import { Angle } from '../../node_modules/iwmlib/lib/utils.js'
import Events from '../events.js'
import { Angle } from '../utils.js'
class StylusCommand extends Object {