mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
6 lines
158 B
CoffeeScript
6 lines
158 B
CoffeeScript
Darkswarm.factory 'CurrentHub', ($location, $filter, currentHub) ->
|
|
new class CurrentHub
|
|
constructor: ->
|
|
@[k] = v for k, v of currentHub
|
|
|