build: Replace jscs+jshint with eslint
Change-Id: I7f114267fbb4efd62a9162758445cff4fb3c0973
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
/**
|
||||
* Wrapper for localStorage, falls back to cookie
|
||||
* when localStorage not supported by browser.
|
||||
*
|
||||
* @return {Object}
|
||||
*/
|
||||
function preferenceStore() {
|
||||
|
||||
@@ -110,6 +112,7 @@
|
||||
* Get a preference value for the given preference name
|
||||
*
|
||||
* @param {string} key
|
||||
* @return {Mixed}
|
||||
*/
|
||||
get: function ( key ) {
|
||||
return this.preferences[ key ];
|
||||
|
||||
Reference in New Issue
Block a user