From 7867adaa5396d66a1fbb09e91cbb7d227e3a55df Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Fri, 6 May 2016 17:55:50 +0530 Subject: [PATCH] Added dependency of messages 'pgadmin.browser.messages' in backfrom.pgadmin.js --- web/pgadmin/static/js/backform.pgadmin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index ab2f2fb85..dc8cde4fb 100644 --- a/web/pgadmin/static/js/backform.pgadmin.js +++ b/web/pgadmin/static/js/backform.pgadmin.js @@ -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