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