# File lib_wpm/wpm.rb, line 1528
    def check_mapping
      unless (@times) then
        raise PropertyError, "required `condition' property at #{widget_id.inspect}"
      end
      nil
    end