Appended a space to an equal sign
This commit is contained in:
@@ -525,7 +525,7 @@ jQuery(function($){
|
||||
function wrap_object(opts) {
|
||||
var obj = {};
|
||||
|
||||
obj.getItem = obj.get =function(attr) {
|
||||
obj.getItem = obj.get = function(attr) {
|
||||
return opts[attr] || '';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user