diff options
author | portix <none@none> | 2013-03-17 18:54:26 +0100 |
---|---|---|
committer | portix <none@none> | 2013-03-17 18:54:26 +0100 |
commit | ee85aeb4a0d4160cd3a090526a9b6b847cadc82c (patch) | |
tree | bed8331f96f7b0ac1c9e11822df703ba0ee4f052 /scripts | |
parent | 2980a48c129cf627e69a556ec8ebece97dc45f37 (diff) | |
download | dwb-ee85aeb4a0d4160cd3a090526a9b6b847cadc82c.zip |
Check for numpad return
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/dwb.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/dwb.js b/scripts/lib/dwb.js index 1872bed6..0d946dc6 100644 --- a/scripts/lib/dwb.js +++ b/scripts/lib/dwb.js @@ -429,7 +429,8 @@ * @memberOf script * @function * - * @param {Object} object The object on which the value was set + * @param {Object} object + * The object whichs property will be set * @param {String} key The property name * @param {Object} value The value to set * @example |