mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-12 02:36:19 +00:00
Changed algorithms menu design.
This commit is contained in:
@@ -39,6 +39,11 @@ FloidAlgorithm.prototype.getMessage = function(local)
|
||||
return this.message;
|
||||
}
|
||||
|
||||
FloidAlgorithm.prototype.getCategory = function()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
FloidAlgorithm.prototype.result = function(resultCallback)
|
||||
{
|
||||
var result = {};
|
||||
|
||||
Reference in New Issue
Block a user