loopback/lib
Miroslav Bajtoš 8573d01c16 Replace `on` with `once` in middleware examples
Fix the jsdox for `app.installMiddleware` to use `app.once` for
listening on 'middleware:*' events.

The previous doc version using `on` was a sort of preliminary
pessimisation, becase the event handlers would stay in the heap
for the whole life-time of the app, even though they won't be called
more than once.
2014-01-14 08:07:47 +01:00
..
connectors Fix incorrect transports 2014-01-13 19:04:21 -08:00
middleware Use loopback.AccessToken as default 2013-12-02 17:16:43 -08:00
models Add missing assert in user model 2014-01-10 10:07:39 -08:00
application.js Replace `on` with `once` in middleware examples 2014-01-14 08:07:47 +01:00
loopback.js Fix base class not being actual base class 2013-12-09 17:11:01 -08:00