mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Add jquery import declaration
This commit is contained in:
parent
cf6f4672fc
commit
e8fc5d4977
@ -16,7 +16,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import { $assert, $defined } from '@wisemapping/core-js';
|
import { $assert, $defined } from '@wisemapping/core-js';
|
||||||
import $ from 'jquery';
|
|
||||||
|
|
||||||
class FeatureModel {
|
class FeatureModel {
|
||||||
/**
|
/**
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
import { $assert } from '@wisemapping/core-js';
|
import { $assert } from '@wisemapping/core-js';
|
||||||
|
import $ from 'jquery';
|
||||||
|
|
||||||
class ModalDialogNotifier {
|
class ModalDialogNotifier {
|
||||||
show(message, title) {
|
show(message, title) {
|
||||||
|
Loading…
Reference in New Issue
Block a user