lib/riemann/dash/public/view.js in riemann-dash-0.2.0 vs lib/riemann/dash/public/view.js in riemann-dash-0.2.1

- old
+ new

@@ -72,12 +72,14 @@ 27: function() { focused.unfocus() }, // escape 33: function() { if (focused.parent) { // pgup focused.parent.focus(); } }, 46: function() { focused.delete() }, // delete + 68: function() { focused.delete() }, // d + 69: function() { focused.edit() }, // e 86: function() { focused.split('VStack', 1) }, // v - 87: function() { focused.split('HStack', 1) }, // h + 72: function() { focused.split('HStack', 1) }, // h 187: function() { focused.grow(); }, // + 189: function() { focused.shrink(); } // - };