Explorar o código

Fix ea604d5: traitBuilder.updateExisting missing arg 'pkg'.

Herbert Vojčík %!s(int64=8) %!d(string=hai) anos
pai
achega
df6c4e8733
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -439,7 +439,7 @@ define(['require', './brikz', './compatibility'], function (require, Brikz) {
                     setupBehavior(that, pkg);
                     return that;
                 },
-                updateExisting: function (trait) {
+                updateExisting: function (trait, pkg) {
                     if (pkg) trait.pkg = pkg;
                     return true;
                 },