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

Commit 2604beeb by Austin J. Alexander

fix: after_constraint typo

1 parent 2115a06d
Showing with 1 additions and 1 deletions
...@@ -698,7 +698,7 @@ var QueryGenerator = { ...@@ -698,7 +698,7 @@ var QueryGenerator = {
}, },
triggerEventTypeIsConstraint: function triggerEventTypeIsConstraint(eventSpecifier) { triggerEventTypeIsConstraint: function triggerEventTypeIsConstraint(eventSpecifier) {
return eventSpecifier === 'after_constrain' ? 'CONSTRAINT ' : ''; return eventSpecifier === 'after_constraint' ? 'CONSTRAINT ' : '';
}, },
expandTriggerEventSpec: function expandTriggerEventSpec(fireOnSpec) { expandTriggerEventSpec: function expandTriggerEventSpec(fireOnSpec) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!