Ver código fonte

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

Herbert Vojčík 7 anos atrás
pai
commit
61bf4f1760
1 arquivos alterados com 1 adições e 0 exclusões
  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) {