Adding missing dependency 'underscore.string' in the 'menu.js'.
parent
ce043fbe07
commit
01e83f1807
|
|
@ -1,6 +1,6 @@
|
||||||
define(
|
define(
|
||||||
['underscore', 'pgadmin', 'jquery'],
|
['underscore', 'underscore.string', 'pgadmin', 'jquery'],
|
||||||
function(_, pgAdmin, $) {
|
function(_, S, pgAdmin, $) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
pgAdmin.Browser = pgAdmin.Browser || {};
|
pgAdmin.Browser = pgAdmin.Browser || {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue