diff options
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apis.js b/src/apis.js index 3a9671a8..10cccacf 100644 --- a/src/apis.js +++ b/src/apis.js @@ -827,7 +827,7 @@ function hashKey(obj) { } else if (key === undefined) { key = obj.$hashKey = nextUid(); } - }; + } return objType + ':' + key; } |
