2019-01-02 04:24:12 -06:00
|
|
|
/////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// pgAdmin 4 - PostgreSQL Tools
|
|
|
|
//
|
2021-01-04 04:04:45 -06:00
|
|
|
// Copyright (C) 2013 - 2021, The pgAdmin Development Team
|
2019-01-02 04:24:12 -06:00
|
|
|
// This software is released under the PostgreSQL Licence
|
|
|
|
//
|
|
|
|
//////////////////////////////////////////////////////////////
|
|
|
|
|
2017-07-27 06:55:07 -05:00
|
|
|
define('bundled_browser',[
|
2018-01-17 01:54:25 -06:00
|
|
|
'pgadmin.browser',
|
2018-03-13 13:47:32 -05:00
|
|
|
'sources/browser/index',
|
2017-07-18 09:14:59 -05:00
|
|
|
], function(pgBrowser) {
|
|
|
|
pgBrowser.init();
|
2017-07-27 06:55:07 -05:00
|
|
|
});
|