matchesDesktopSafari: function(options) {
      if (options) {
        return this.matchesSafari() &&
               !this.matchesMobilePlatform() &&
               matchesMinVersion(/Version\/(\d+)/i, options.minVersion);