浏览代码

removing todo

Raanan Weber 7 年之前
父节点
当前提交
c1804dcba1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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]);