mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
remove debugger
This commit is contained in:
@ -99,7 +99,6 @@ export class Checkbox extends IonInputItem {
|
|||||||
|
|
||||||
// Called by the model (Control) to update the view
|
// Called by the model (Control) to update the view
|
||||||
writeValue(modelValue) {
|
writeValue(modelValue) {
|
||||||
debugger;
|
|
||||||
let type = typeof modelValue;
|
let type = typeof modelValue;
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case "boolean":
|
case "boolean":
|
||||||
|
Reference in New Issue
Block a user