Load collection.js along with the node.js from browser.js

This commit is contained in:
Ashesh Vashi 2015-11-28 20:19:29 +05:30
parent 6d46dfbfba
commit b36e264fd3

View File

@ -4,7 +4,7 @@ define(
'jquery.contextmenu', 'jquery.acitree', 'pgadmin.alertifyjs',
'pgadmin.browser.menu', 'pgadmin.browser.panel', 'jquery.aciplugin',
'pgadmin.browser.error', 'pgadmin.browser.frame',
'pgadmin.browser.node'
'pgadmin.browser.node', 'pgadmin.browser.collection'
],
function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {