Added dependency of messages 'pgadmin.browser.messages' in backfrom.pgadmin.js

This commit is contained in:
Akshay Joshi 2016-05-06 17:55:50 +05:30
parent 149c59aa4f
commit 7867adaa53

View File

@ -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