mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Fix compiles.
This commit is contained in:
parent
32b8e89b13
commit
359d3e0723
@ -21,8 +21,6 @@ import EmojiCharIcon from './EmojiCharIcon';
|
||||
import SvgImageIcon from './SvgImageIcon';
|
||||
import LinkIcon from './LinkIcon';
|
||||
import NoteIcon from './NoteIcon';
|
||||
import Topic from './Topic';
|
||||
import FeatureModel from './model/FeatureModel';
|
||||
|
||||
const TopicFeatureFactory = {
|
||||
/** the icon object */
|
||||
@ -48,7 +46,7 @@ const TopicFeatureFactory = {
|
||||
icon: NoteIcon,
|
||||
},
|
||||
|
||||
createIcon(topic: Topic, model: FeatureModel, readOnly: boolean) {
|
||||
createIcon(topic, model, readOnly) {
|
||||
$assert(topic, 'topic can not be null');
|
||||
$assert(model, 'model can not be null');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user