https://github.com/massiveart/husky/blob/3dba18a286e65cfb91109ad27c5ad2df1d556671/husky_extensions/jquery.js#L218 `sandbox.dom.data($input, 'id', null)` will just return the value and not set to null. **Possible Solution** ``` if (typeof value === 'undefined') { // ... } else { // ... } ```