for (var key in get_array) {
  if (!get_array.hasOwnProperty(key)) {
    continue;
  }
  getDefineCallback(dispatcher, key, get_array[key]);