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

pull/3/head
Ashesh Vashi 2015-11-28 20:19:29 +05:30
parent 6d46dfbfba
commit b36e264fd3
1 changed files with 1 additions and 1 deletions

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) {