Browse Source

Remove groups defaults

Lutz Roeder 4 years ago
parent
commit
cab26d5093
1 changed files with 0 additions and 4 deletions
  1. 0 4
      source/om.js

+ 0 - 4
source/om.js

@@ -72,10 +72,6 @@ om.Graph = class {
         return this._name;
     }
 
-    get groups() {
-        return false;
-    }
-
     get nodes() {
         return this._nodes;
     }