We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275d281 commit 577ff39Copy full SHA for 577ff39
1 file changed
packages/blaze/attrs.js
@@ -33,6 +33,7 @@ AttributeHandler = function (name, value) {
33
this.name = name;
34
this.value = value;
35
};
36
+Blaze._AttributeHandler = AttributeHandler;
37
38
AttributeHandler.prototype.update = function (element, oldValue, value) {
39
if (value === null) {
0 commit comments