Further documenting of $.pref
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2684 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
cc780f39e6
commit
f378e667fb
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store and retrieve preferences
|
* Store and retrieve preferences
|
||||||
* @param {string} key
|
* @param {string} key The preference name to be retrieved or set
|
||||||
* @param {string} [val] The value. If the value supplied is null or undefined, no change to the preference will be made.
|
* @param {string} [val] The value. If the value supplied is null or undefined, no change to the preference will be made.
|
||||||
* @returns {string} If val is not present (or is null or undefined), the value of the previously stored preference will be returned.
|
* @returns {string} If val is not present (or is null or undefined), the value of the previously stored preference will be returned.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue