mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-23 22:26:28 +00:00
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