Skip to content

Commit 03f217a

Browse files
committed
Todo
1 parent 8dd7aa3 commit 03f217a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '63bf21d0-5d40-11e7-b1c8-175ac06dc855'
2+
build: '4167f220-5d44-11e7-9b99-3f0e61c75797'
33
};
44
module.exports = CHECKSUM;

v3/src/components/Data.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Data.prototype = {
7575
var result;
7676

7777
// 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?
7880
if (this._beforeCallbacks.hasOwnProperty(key))
7981
{
8082
listener = this._beforeCallbacks[key];

0 commit comments

Comments
 (0)