Remove empty @returns comment

Change-Id: I83625c21a0de492004a1f20337a8288de0e49fd3
This commit is contained in:
Siebrand Mazeland
2012-11-12 07:46:38 +01:00
parent 7be6eeaa2e
commit 9ff4a4c343

View File

@@ -57,7 +57,6 @@
* Get a preference value for the given preference name
*
* @param key
* @returns
*/
get: function ( key ) {
return this.preferences[key];