Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 164ab36

Browse files
committed
fix require paths
1 parent 15fac41 commit 164ab36

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

js/larch/LarchSelect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define([
22
'jquery',
3-
'larch/core',
3+
'larch',
44
'larch/tags',
55
'larch/BaseField',
66
'larch/validation',
@@ -27,7 +27,7 @@ define([
2727
* <span class='display'></span>
2828
* </div>
2929
* <div class='menu'>
30-
* <span class='item' data-value=''>...</span>
30+
* <span class='item' data-value=''>...</span>
3131
* </div>
3232
* </div>
3333
*/

js/larch/LarchTagInput.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
define([
22
'jquery',
3-
'NIseed',
4-
'larch/core',
3+
'larch',
54
'larch/tags',
65
'larch/LarchInput'
76
], function(
87
$,
9-
_seed,
108
larch,
119
tags,
1210
LarchInput) {

js/larch/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define([
22
'jquery',
3-
'larch/core'
3+
'larch'
44
], function(
55
$,
66
larch) {

0 commit comments

Comments
 (0)