Browse Source

Fixes #163

tags/v0.1.4^2
Shaun 7 years ago
parent
commit
2caf995e43
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/client/ui/templates/context/context.js

+ 1
- 0
src/client/ui/templates/context/context.js View File

@@ -11,6 +11,7 @@ define([
) { ) {
return { return {
tpl: template, tpl: template,
modal: true,


postRender: function() { postRender: function() {
this.onEvent('onContextMenu', this.onContextMenu.bind(this)); this.onEvent('onContextMenu', this.onContextMenu.bind(this));


Loading…
Cancel
Save