loopback/lib
Miroslav Bajtoš b6b76d538c Fix regression in Model.getApp()
This patch fixes the method Model.getApp() that started to report
the following error after b61fae5 was landed:

assert.js:88
  throw new assert.AssertionError({
        ^
AssertionError: undefined == true
    at loopback/loopback/lib/model.js:392:7
    at EventEmitter.<anonymous> (loopback/loopback/lib/model.js:222:9)
    at EventEmitter.g (events.js:257:16)
    at emitOne (events.js:77:13)
    at EventEmitter.emit (events.js:166:7)
    at EventEmitter.app.model (loopback/loopback/lib/application.js:157:9)
2015-04-28 12:49:57 +02:00
..
connectors Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
access-context.js AccessControl for change replication 2015-04-07 19:53:58 +02:00
application.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
browser-express.js Emit a 'modelRemoted' event by app.model() 2014-07-24 17:00:27 -07:00
builtin-models.js Add support for app level Model isolation 2015-04-03 11:48:45 -07:00
express-middleware.js Expose more loopback middleware for require 2014-11-19 11:32:22 -08:00
loopback.js Rework global registry to be per-module-instance 2015-04-17 19:26:05 +02:00
model.js Fix regression in Model.getApp() 2015-04-28 12:49:57 +02:00
persisted-model.js Merge pull request #1306 from strongloop/feature/allow-filter-on-findById 2015-04-16 15:12:50 -07:00
registry.js Allow dataSource === false 2015-04-24 08:32:17 -07:00
runtime.js Enable jscs for `lib`, fix style violations 2014-11-04 08:25:33 +01:00
server-app.js Add a workaround to avoid conflicts with NewRelic 2015-02-25 09:47:18 -08:00