(value)
| 1327 | */ |
| 1328 | var shouldObserve = true; //标志是否禁止还是添加到观察者模式 |
| 1329 | function toggleObserving(value) { |
| 1330 | shouldObserve = value; |
| 1331 | } |
| 1332 | |
| 1333 | /** |
| 1334 | * Observer class that is attached to each observed |
no outgoing calls
no test coverage detected