Skip to content

Commit

Permalink
Exposing the add function in Kiln services object. (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Sep 26, 2016
1 parent a073e98 commit c67b128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/forms/behaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ function run(context) {
exports.add = add;
exports.run = run;
exports.getExpandedBehaviors = getExpandedBehaviors;
_.set(window, 'kiln.services.register-behavior', module.exports.add); // export for plugins

0 comments on commit c67b128

Please sign in to comment.