This repository was archived by the owner on Jun 8, 2018. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ export default class Pickathing {
1123
1123
1124
1124
if ( typeof fireOnChange == 'undefined' || fireOnChange == true ) {
1125
1125
this . onChange ( ) ;
1126
- triggerNativeChange ( ) ;
1126
+ this . triggerNativeChange ( ) ;
1127
1127
}
1128
1128
}
1129
1129
@@ -1137,7 +1137,7 @@ export default class Pickathing {
1137
1137
1138
1138
if ( fireOnChange ) {
1139
1139
this . onChange ( ) ;
1140
- triggerNativeChange ( ) ;
1140
+ this . triggerNativeChange ( ) ;
1141
1141
}
1142
1142
}
1143
1143
@@ -1319,7 +1319,7 @@ export default class Pickathing {
1319
1319
}
1320
1320
1321
1321
this . onChange ( this . value ) ;
1322
- triggerNativeChange ( ) ;
1322
+ this . triggerNativeChange ( ) ;
1323
1323
}
1324
1324
1325
1325
if ( el . classList . contains ( 'Pickathing-selectedField' ) ) {
@@ -1339,7 +1339,7 @@ export default class Pickathing {
1339
1339
}
1340
1340
1341
1341
this . onChange ( this . value ) ;
1342
- triggerNativeChange ( ) ;
1342
+ this . triggerNativeChange ( ) ;
1343
1343
}
1344
1344
1345
1345
} ) ;
Original file line number Diff line number Diff line change @@ -1123,7 +1123,7 @@ class Pickathing {
1123
1123
1124
1124
if ( typeof fireOnChange == 'undefined' || fireOnChange == true ) {
1125
1125
this . onChange ( ) ;
1126
- triggerNativeChange ( ) ;
1126
+ this . triggerNativeChange ( ) ;
1127
1127
}
1128
1128
}
1129
1129
@@ -1137,7 +1137,7 @@ class Pickathing {
1137
1137
1138
1138
if ( fireOnChange ) {
1139
1139
this . onChange ( ) ;
1140
- triggerNativeChange ( ) ;
1140
+ this . triggerNativeChange ( ) ;
1141
1141
}
1142
1142
}
1143
1143
@@ -1319,7 +1319,7 @@ class Pickathing {
1319
1319
}
1320
1320
1321
1321
this . onChange ( this . value ) ;
1322
- triggerNativeChange ( ) ;
1322
+ this . triggerNativeChange ( ) ;
1323
1323
}
1324
1324
1325
1325
if ( el . classList . contains ( 'Pickathing-selectedField' ) ) {
@@ -1339,7 +1339,7 @@ class Pickathing {
1339
1339
}
1340
1340
1341
1341
this . onChange ( this . value ) ;
1342
- triggerNativeChange ( ) ;
1342
+ this . triggerNativeChange ( ) ;
1343
1343
}
1344
1344
1345
1345
} ) ;
You can’t perform that action at this time.
0 commit comments