不要怂,就是干,撸起袖子干!

Commit 5990c8dd by Jan Aagaard Meier

Merge pull request #3492 from harimohanraj89/doc-fix-3447

Added third return case documentation for `instance.changed()`
2 parents 01ec1607 03c60cb7
Showing with 2 additions and 0 deletions
...@@ -392,6 +392,8 @@ module.exports = (function() { ...@@ -392,6 +392,8 @@ module.exports = (function() {
* *
* If changed is called without an argument, it will return an array of keys that have changed. * If changed is called without an argument, it will return an array of keys that have changed.
* *
* If changed is called without an argument and no keys have changed, it will return `false`.
*
* @param {String} [key] * @param {String} [key]
* @return {Boolean|Array} * @return {Boolean|Array}
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!