Explorar o código

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

Herbert Vojčík %!s(int64=8) %!d(string=hai) anos
pai
achega
61bf4f1760
Modificáronse 1 ficheiros con 1 adicións e 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) {