diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/jqLite.js b/src/jqLite.js index cda8ec70..9c96df4a 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -105,7 +105,7 @@ function JQLiteData(element, key, value) {      }      cache[key] = value;    } else { -    return cache ? cache[key] : _null; +    return cache ? cache[key] : null;    }  } | 
