mirror of https://github.com/layui/layui
优化 dropdown 关闭实例面板的方法名
parent
e2abbd3e13
commit
4a0d8e0ecc
|
@ -48,7 +48,7 @@ layui.define(['jquery', 'laytpl', 'lay'], function(exports){
|
||||||
,reload: function(options){
|
,reload: function(options){
|
||||||
that.reload.call(that, options);
|
that.reload.call(that, options);
|
||||||
}
|
}
|
||||||
,remove: function () {
|
,close: function () {
|
||||||
that.remove()
|
that.remove()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue