UNPKG

orange-orm

Version:

Object Relational Mapper

10 lines (8 loc) 264 B
var getChangeSet = require('./getChangeSet'); var negotiateEndEdit = require('./negotiateEndEdit'); function pushCommand(context, command) { var changes = getChangeSet(context); negotiateEndEdit(changes); changes.push(command); } module.exports = pushCommand;