fix: bootstrap-toggle 支持移动设备脚本拼写错误

#Comment
comment commit:c6919a2d324494c13b72ebdd4865b3136ef21589
This commit is contained in:
Argo Zhang 2019-10-07 09:56:14 +08:00
parent 449606f13f
commit 8b5b79908c
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@
// 移动设备支持 bootstrap-toggle 扩展
$('[data-toggle="toggle"]').on('touchend', function (e) {
$(this).tigger('click.bs.toggle');
$(this).trigger('click.bs.toggle');
e.preventDefault();
});
});