mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 23:36:48 -06:00
16 lines
408 B
JavaScript
16 lines
408 B
JavaScript
/////////////////////////////////////////////////////////////
|
|
//
|
|
// pgAdmin 4 - PostgreSQL Tools
|
|
//
|
|
// Copyright (C) 2013 - 2019, The pgAdmin Development Team
|
|
// This software is released under the PostgreSQL Licence
|
|
//
|
|
//////////////////////////////////////////////////////////////
|
|
|
|
define('bundled_browser',[
|
|
'pgadmin.browser',
|
|
'sources/browser/index',
|
|
], function(pgBrowser) {
|
|
pgBrowser.init();
|
|
});
|