Skip to content

Commit 577ff39

Browse files
committed
Expose AttributeHandler (privately)
1 parent 275d281 commit 577ff39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/blaze/attrs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ AttributeHandler = function (name, value) {
3333
this.name = name;
3434
this.value = value;
3535
};
36+
Blaze._AttributeHandler = AttributeHandler;
3637

3738
AttributeHandler.prototype.update = function (element, oldValue, value) {
3839
if (value === null) {

0 commit comments

Comments
 (0)