Merge changes I83625c21,I93b3329d

* changes:
  Remove empty @returns comment
  Fix possible variable pollution
This commit is contained in:
Santhosh
2012-11-14 05:25:09 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 3 deletions

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];