mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Fxix missing import.
This commit is contained in:
parent
4523d455a8
commit
143982f1a2
@ -16,6 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import ConnectionLine from '../ConnectionLine';
|
||||
import { $assert, $defined } from "@wisemapping/core-js";
|
||||
|
||||
class RelationshipModel {
|
||||
constructor(sourceTopicId, targetTopicId) {
|
||||
|
@ -18,7 +18,7 @@
|
||||
import { $assert } from '@wisemapping/core-js';
|
||||
import BootstrapDialog from '../libraries/bootstrap/BootstrapDialog';
|
||||
|
||||
class LinkEditor extends BootstrapDialog {/** @lends LinkEditor */
|
||||
class LinkEditor extends BootstrapDialog {
|
||||
/**
|
||||
* @constructs
|
||||
* @param model
|
||||
|
Loading…
Reference in New Issue
Block a user