Added dependency of messages 'pgadmin.browser.messages' in backfrom.pgadmin.js
parent
149c59aa4f
commit
7867adaa53
|
|
@ -5,7 +5,7 @@
|
|||
define([
|
||||
'underscore', 'underscore.string', 'jquery', 'backbone', 'backform',
|
||||
'backgrid', 'codemirror', 'pgadmin.backgrid', 'codemirror/mode/sql/sql',
|
||||
'select2'
|
||||
'select2', 'pgadmin.browser.messages'
|
||||
],
|
||||
function(_, S, $, Backbone, Backform, Backgrid, CodeMirror) {
|
||||
// Export global even in AMD case in case this script is loaded with
|
||||
|
|
|
|||
Loading…
Reference in New Issue