Browse Source

removing todo

Raanan Weber 7 năm trước cách đây
mục cha
commit
c1804dcba1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Tools/babylon.observable.ts

+ 0 - 1
src/Tools/babylon.observable.ts

@@ -247,7 +247,6 @@
                 }
                 if (obs.mask & mask) {
                     if (obs.scope) {
-                        // TODO - I can add the variable from the last function here. Requires changing callback sig
                         p = p.then((lastReturnedValue) => {
                             state.lastReturnValue = lastReturnedValue;
                             return obs.callback.apply(obs.scope, [eventData, state]);