Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
128keaton committed Oct 27, 2017
1 parent 37b856b commit 52111e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Views/DownView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2016 Glazed Donut, LLC. All rights reserved.
//

#if !os(tvOS) || !os(watchOS)
#if os(tvOS) || os(watchOS)
// Sorry, not available for tvOS nor watchOS
#else
import WebKit
Expand Down

0 comments on commit 52111e7

Please sign in to comment.