mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adding missing dependency 'underscore.string' in the 'menu.js'.
This commit is contained in:
parent
ce043fbe07
commit
01e83f1807
@ -1,6 +1,6 @@
|
||||
define(
|
||||
['underscore', 'pgadmin', 'jquery'],
|
||||
function(_, pgAdmin, $) {
|
||||
['underscore', 'underscore.string', 'pgadmin', 'jquery'],
|
||||
function(_, S, pgAdmin, $) {
|
||||
'use strict';
|
||||
|
||||
pgAdmin.Browser = pgAdmin.Browser || {};
|
||||
|
Loading…
Reference in New Issue
Block a user