cosmetic changes

This commit is contained in:
rlx 2013-07-15 11:34:08 +00:00
parent 5549377541
commit f27f11ab58

View file

@ -41,7 +41,6 @@ Ox.Keyboard = (function() {
bound.forEach(function(id) { bound.forEach(function(id) {
Ox.UI.elements[id].triggerEvent('key_' + key); Ox.UI.elements[id].triggerEvent('key_' + key);
}); });
// Don't open Chrome Inspect Element, used for copyadd // Don't open Chrome Inspect Element, used for copyadd
if (bound.length && key == 'control_shift_c') { if (bound.length && key == 'control_shift_c') {
event.preventDefault(); event.preventDefault();