Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove double call to start()
- Loading branch information
Showing
with
0 additions
and
2 deletions.
-
+0
−2
framer/Extras/Preloader.coffee
|
@@ -54,8 +54,6 @@ class Preloader extends BaseClass |
|
|
|
|
|
Canvas.onResize(layout) |
|
|
|
|
|
@start() |
|
|
|
|
|
@define "progress", |
|
|
get: -> @_mediaLoaded.length / @_media.length or 0 |
|
|
|
|
|