1
0
Herby Vojčík преди 6 години
родител
ревизия
1403acefcf
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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);
         };