Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73fa465

Browse files
author
minjk-bl
committed
Fix bug - checkmodule spells
1 parentc9b0c23 commit73fa465

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎js/m_apps/Import.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ define([
4646
/** Write codes executed before rendering */
4747
this.config.dataview=false;
4848
this.config.sizeLevel=1;
49-
this.config.checkModules=['pd'];
5049

5150
letsavedData=vpConfig.getDataSimple('','vpimport');
5251
// Reset abnormal data

‎js/m_visualize/WordCloud.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define([
3131
this.config.installButton=true;
3232
this.config.importButton=true;
3333
this.config.dataview=false;
34-
this.config.checkModules=['Counter','plt','Wordcloud'];
34+
this.config.checkModules=['Counter','plt','WordCloud'];
3535

3636
this.state={
3737
data:'',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp