missing brace

This commit is contained in:
Ricardo Tomasi 2013-05-23 09:30:38 -03:00
parent 9e77d32043
commit 28bfa8feeb

View File

@ -122,6 +122,7 @@
callback(null, _user);
});
});
};
// ## Settings
DataProvider.prototype.settings = function () { };