16 lines
408 B
JavaScript
16 lines
408 B
JavaScript
/////////////////////////////////////////////////////////////
|
|
//
|
|
// pgAdmin 4 - PostgreSQL Tools
|
|
//
|
|
// Copyright (C) 2013 - 2020, The pgAdmin Development Team
|
|
// This software is released under the PostgreSQL Licence
|
|
//
|
|
//////////////////////////////////////////////////////////////
|
|
|
|
define('bundled_browser',[
|
|
'pgadmin.browser',
|
|
'sources/browser/index',
|
|
], function(pgBrowser) {
|
|
pgBrowser.init();
|
|
});
|