不要怂,就是干,撸起袖子干!

Commit 8cc68b14 by Jan Aagaard Meier

fixed mixed tabs and spaces for consistency

1 parent fd4aee58
......@@ -9,7 +9,7 @@ module.exports = (function() {
this.source = srcDAO
this.target = targetDAO
this.options = options
this.isManyMany = this.options.isManyMany === undefined ? true : this.options.isManyMany
this.isManyMany = this.options.isManyMany === undefined ? true : this.options.isManyMany
this.isSelfAssociation = (this.source.tableName == this.target.tableName)
this.associationAccessor = this.combinedName = this.options.joinTableName || Utils.combineTableNames(
......
......@@ -107,8 +107,8 @@ describe('HasMany', function() {
done()
})
})
var parent
var parent
Helpers.async(function(done) {
Comment.create({ content: 'parentComment' }).success(function(p) {
parent = p
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!