Appended a space to an equal sign

pull/83/head
Sheng 2019-08-18 16:10:55 +08:00
parent f54eba8cfe
commit a8c6663344
1 changed files with 1 additions and 1 deletions

View File

@ -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] || '';
};