소스 검색

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]);