Skip to content

Commit

Permalink
Remove double call to start()
Browse files Browse the repository at this point in the history
  • Loading branch information
eelco committed Jul 28, 2016
1 parent 59d1622 commit 616019b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framer/Extras/Preloader.coffee
Expand Up @@ -54,8 +54,6 @@ class Preloader extends BaseClass


Canvas.onResize(layout) Canvas.onResize(layout)


@start()

@define "progress", @define "progress",
get: -> @_mediaLoaded.length / @_media.length or 0 get: -> @_mediaLoaded.length / @_media.length or 0


Expand Down

0 comments on commit 616019b

Please sign in to comment.