mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(listeners) toggleClass -> toggle
This commit is contained in:
parent
060d430856
commit
52f6705de6
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
toggle = function() {
|
||||
forEach.call(panels, function(panel) {
|
||||
panel.classList.toggleClass('selected-panel');
|
||||
panel.classList.toggle('selected-panel');
|
||||
});
|
||||
},
|
||||
onDrop = function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue