Skip to content

Commit 717231d

Browse files
committed
Fixes #116
1 parent 9fd6338 commit 717231d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datastore/sync_methods/bindAll.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function errorPrefix(resourceName) {
4545
*
4646
* @returns {function} Scope $watch deregistration function.
4747
*/
48-
function bindOne(scope, expr, resourceName, params, cb) {
48+
function bindAll(scope, expr, resourceName, params, cb) {
4949
var IA = this.errors.IA;
5050

5151
if (!this.utils.isObject(scope)) {
@@ -79,4 +79,4 @@ function bindOne(scope, expr, resourceName, params, cb) {
7979
}
8080
}
8181

82-
module.exports = bindOne;
82+
module.exports = bindAll;

0 commit comments

Comments
 (0)