Skip to content

Commit

Permalink
Merge branch 'v3.x.x' into master
Browse files Browse the repository at this point in the history
why was there a conflict anyway? did i forget a step last time?
  • Loading branch information
AccaliaDeElementia committed May 3, 2016
2 parents dd5f065 + 54c2a73 commit f510f48
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion providers/nodebb/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.bindPost = function bindPost(forum) {
* This constructor is intended to be private use only, if you need to construct a post from payload data use
* `Post.parse()` instead
*
* @private
* @public
* @class
*
* @param {*} payload Payload to construct the Post object out of
Expand Down
2 changes: 1 addition & 1 deletion providers/nodebb/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.bindTopic = function bindTopic(forum) {
* This constructor is intended for private use only, if you need top construct a topic from payload data use
* `Topic.parse()` instead.
*
* @private
* @public
* @class
*
* @param {*} payload Payload to construct the User object out of
Expand Down
2 changes: 1 addition & 1 deletion providers/nodebb/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports.bindUser = function bindUser(forum) {
* This constructor is intended to be private use only, if you need to construct a user from payload data use
* `User.parse()` instead
*
* @private
* @public
* @class
*
* @param {*} payload Payload to construct the User object out of
Expand Down
1 change: 0 additions & 1 deletion test/lib/appTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ describe('lib/app', () => {
testModule.error.calledWith('Plugin alpha failed to load with error: Error: bad').should.be.true;
});
});

it('should reject with error from forum.addPlugin when rejecting', () => {
const cfg = Math.random();
const plugin = Math.random();
Expand Down

0 comments on commit f510f48

Please sign in to comment.