Skip to content

Commit

Permalink
removed ; at the end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
dorofiykolya committed Feb 23, 2016
1 parent 9b7f415 commit 375eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APNGKit/APNGImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class APNGImageView: UIView {
// If true runs animation timer with option: NSRunLoopCommonModes
// ScrollView(CollectionView, TableView) items with Animated APNGImageView will not freez during scrolling
// Warning: this may decrease scrolling smoothness with lot's of animations
public var allowAnimationInScrollView = false;
public var allowAnimationInScrollView = false

var timer: CADisplayLink?
var lastTimestamp: NSTimeInterval = 0
Expand Down

0 comments on commit 375eaff

Please sign in to comment.