From b21fe0f8f764d5fef33a66a8e03fa2311f8769f5 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 6 Feb 2014 09:56:20 +0000 Subject: [PATCH] typo --- static/js/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/UI.js b/static/js/UI.js index ccb9779e..eb387195 100644 --- a/static/js/UI.js +++ b/static/js/UI.js @@ -168,7 +168,7 @@ pandora.UI = (function() { var editsKey = 'edits.' + that.encode(args.edit) + '.' + key; add[editsKey] = editsKey in args ? args[editsKey] : pandora.user.ui.edits[args.edit] ? pandora.user.ui.edits[args.edit][key] - : valuel + : value; }); } if (args.text) {