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

Commit fdc7840d by Jan Aagaard Meier

Merge pull request #540 from innofluence/529fix

fixes #529
2 parents 3354c930 53d4f5d3
Showing with 2 additions and 4 deletions
...@@ -19,5 +19,4 @@ env: ...@@ -19,5 +19,4 @@ env:
language: node_js language: node_js
node_js: node_js:
- 0.8 - 0.8
\ No newline at end of file
...@@ -144,8 +144,6 @@ module.exports = (function() { ...@@ -144,8 +144,6 @@ module.exports = (function() {
var options = Utils._.clone(options) var options = Utils._.clone(options)
if (typeof options === 'object') { if (typeof options === 'object') {
hasJoin = true
if (options.hasOwnProperty('include')) { if (options.hasOwnProperty('include')) {
hasJoin = true hasJoin = true
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!