function initAll() {
          for (var i = watchArray.length - 1; i >= 0; i--) {
              initElement(watchArray[i]);
          }
      }