mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-05 15:26:18 +00:00
Changed algorithms menu design.
This commit is contained in:
@@ -141,6 +141,11 @@ BaseAlgorithm.prototype.IsSupportMultiGraph = function()
|
||||
return false;
|
||||
}
|
||||
|
||||
BaseAlgorithm.prototype.getCategory = function()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default handler.
|
||||
* Select using mouse, drag.
|
||||
|
||||
Reference in New Issue
Block a user