fix panel contextmenu

pull/134/head
nightwing 2015-08-14 23:34:19 +04:00
rodzic 7f11cd064e
commit 40f9bf3332
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ define(function(require, module, exports) {
column.setWidth(CURWIDTH);
column.setAttribute("class", where);
column.oncontextmenu = function(e) {
bar.oncontextmenu = function(e) {
var menu = menus.get("Window").menu;
menu.display(e.x, e.y);
menu.childNodes.forEach(function(x) {