Merge tag 'v1.7.4'

v1.7.4
This commit is contained in:
Miroslav Bajtoš 2014-04-04 16:43:56 +02:00
commit bdd96d8961
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ var oracle = loopback.createDataSource({
User.attachTo(oracle); User.attachTo(oracle);
``` ```
**Note:** until a model is attached to a data source it will **not** have any **attached methods**. NOTE: until a model is attached to a data source it will not have any attached methods.
### Properties ### Properties

View File

@ -9,7 +9,7 @@
"Platform", "Platform",
"mBaaS" "mBaaS"
], ],
"version": "1.7.3", "version": "1.7.4",
"scripts": { "scripts": {
"test": "mocha -R spec" "test": "mocha -R spec"
}, },