7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
// needed for browser and rhino
|
|
if (typeof gc == 'undefined')
|
|
{
|
|
gc = function () {};
|
|
}
|
|
|
|
|