Commit 2b4b073f

mo khan <mo@mokhan.ca>
2014-07-01 03:14:38
remove hardcoded 20 percent progress.
1 parent a7d15a0
Changed files (1)
app
assets
javascripts
backbone
app/assets/javascripts/backbone/views/photos/new_modal_view.js.coffee
@@ -22,7 +22,6 @@ class CakeSide.Views.Photos.NewModalView extends Marionette.ItemView
     @collection = CakeSide.Application.request('PhotosRepository', options.cake.id)
     @cake = options.cake
     @model = new @collection.model(cake_id: @cake.id)
-    @model.set('percentComplete', 20)
 
   save: (e) ->
     e.preventDefault()