mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
7 lines
183 B
CoffeeScript
7 lines
183 B
CoffeeScript
Darkswarm.factory 'CurrentOrder', (currentOrder) ->
|
|
new class CurrentOrder
|
|
constructor: ->
|
|
@[k] = v for k, v of currentOrder
|
|
empty: =>
|
|
@line_items.length == 0
|