Menu

[r44]: / GraphScript / trunk / scripts / util.js  Maximize  Restore  History

Download this file

13 lines (10 with data), 130 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
function msg(s)
{
//println(s || '');
Utils.msg(s || '');
}
function popup(s)
{
if (Utils)
GraphUI.popup(s);
}
MongoDB Logo MongoDB