mirror of https://github.com/huashengdun/webssh
Appended a space to an equal sign
parent
f54eba8cfe
commit
a8c6663344
|
@ -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] || '';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue