Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Bubble upload:start
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Aug 3, 2012
1 parent fd01637 commit 96cd41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/javascripts/jack_up/processor.coffee
Expand Up @@ -30,7 +30,7 @@ class @JackUp.Processor
reader.readAsDataURL(file)

fileUploader = new JackUp.FileUploader(path: @uploadPath)
@bubble 'upload:success', 'upload:failure', 'upload:sentToServer',
@bubble 'upload:start', 'upload:success', 'upload:failure', 'upload:sentToServer',
from: fileUploader

fileUploader.upload file
Expand Down

0 comments on commit 96cd41b

Please sign in to comment.