koco-mutex
v1.4.4
Published
Mutex based on knockout
Maintainers
Keywords
Readme
koco-mutex
Mutex based on knockout
Installation
bower install koco-mutexUsage with KOCO
This is a shared module that is used in other modules. The convention is to configure an alias in the require.configs.js with the name mutex like so:
paths: {
...
'mutex': 'bower_components/koco-mutex/src/mutex'
...
}