Adding missing dependency 'underscore.string' in the 'menu.js'.
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