Browse Source

kernel: Cleaning.

Herby Vojčík 5 years ago
parent
commit
1403acefcf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      support/kernel-runtime.js

+ 0 - 4
support/kernel-runtime.js

@@ -73,10 +73,6 @@ define(function () {
             });
         }
 
-        this.detachedRootClasses = function () {
-            return detachedRootClasses;
-        };
-
         emit.selectorsAdded = function (newSelectors) {
             installNewSelectors(newSelectors, detachedRootClasses);
         };