Browse Source

UI-1342: Correct spelling mistake the make vmbox validation work

4.3
Joris Tirado 11 years ago
parent
commit
752ff44563
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/vmboxes/vmboxes.js

+ 1
- 1
submodules/vmboxes/vmboxes.js View File

@ -127,7 +127,7 @@ define(function(require){
});
},
vmboxesEditBindEvents: function(templatVMBox, data, callbacks) {
vmboxesEditBindEvents: function(templateVMBox, data, callbacks) {
var self = this,
vmboxForm = templateVMBox.find('#form_vmbox');


Loading…
Cancel
Save