Adding missing dependency 'underscore.string' in the 'menu.js'.

This commit is contained in:
Surinder Kumar 2016-05-11 12:11:06 +05:30 committed by Ashesh Vashi
parent ce043fbe07
commit 01e83f1807

View File

@ -1,6 +1,6 @@
define(
['underscore', 'pgadmin', 'jquery'],
function(_, pgAdmin, $) {
['underscore', 'underscore.string', 'pgadmin', 'jquery'],
function(_, S, pgAdmin, $) {
'use strict';
pgAdmin.Browser = pgAdmin.Browser || {};