unDirty method

void unDirty()

Implementation

void unDirty() {
  for (var s in _sites.values) {
    s.unDirty();
  }
}