Explorar el Código

kernel: Fix 843dbfa - use polymorphism for creation process.

Herbert Vojčík hace 8 años
padre
commit
61bf4f1760
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      support/boot.js

+ 1 - 0
support/boot.js

@@ -638,6 +638,7 @@ define(['require', './brikz', './compatibility'], function (require, Brikz) {
 
         SmalltalkTrait.updateExistingFromSpec = function (trait, spec) {
             if (spec.pkg) trait.pkg = spec.pkg;
+            return true;
         };
 
         SmalltalkTrait.updateSpecFromExisting = function (trait, spec) {