chore(key) rm trace

This commit is contained in:
coderaiser 2014-04-22 04:48:11 -04:00
parent 964373e0a7
commit 1c39adb275

View file

@ -168,8 +168,6 @@ var CloudCmd, Util, DOM;
if (current) {
prev = current.previousSibling;
next = current.nextSibling;
} else {
console.trace();
}
switch (lKeyCode) {