We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd7aa3 commit 03f217aCopy full SHA for 03f217a
2 files changed
v3/src/checksum.js
@@ -1,4 +1,4 @@
1
var CHECKSUM = {
2
-build: '63bf21d0-5d40-11e7-b1c8-175ac06dc855'
+build: '4167f220-5d44-11e7-9b99-3f0e61c75797'
3
};
4
module.exports = CHECKSUM;
v3/src/components/Data.js
@@ -75,6 +75,8 @@ Data.prototype = {
75
var result;
76
77
// If there is a 'before' callback, then check it for a result
78
+ // This means a property can only ever have 1 callback, which isn't right - we may need more
79
+ // Dispatch event instead?
80
if (this._beforeCallbacks.hasOwnProperty(key))
81
{
82
listener = this._beforeCallbacks[key];
0 commit comments