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

Commit b20ba0f9 by Sascha Depold

added sequelize to queries

1 parent 10f60d4a
Showing with 1 additions and 1 deletions
var Utils = require("../utils") var Utils = require("../utils")
module.exports = (function() { module.exports = (function() {
var Query = function(database, callee, options) { var Query = function(database, sequelize, callee, options) {
throw new Error('Constructor was not overwritten!') throw new Error('Constructor was not overwritten!')
} }
Utils._.extend(Query.prototype, require("../emitters/custom-event-emitter").prototype) Utils._.extend(Query.prototype, require("../emitters/custom-event-emitter").prototype)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!