Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/retspen/webvirtcloud
/ applyStyles
Function
applyStyles
static/js/ext-textarea.js:232–236 ·
view source on GitHub ↗
(elm, styles)
Source
from the content-addressed store, hash-verified
230
};
231
232
function
applyStyles(elm, styles) {
233
for
(
var
style in styles) {
234
elm.style[style] = styles[style];
235
}
236
}
237
238
function
setupContainer(element, getValue) {
239
if
(element.
type
!=
'textarea'
) {
Callers
1
ext-textarea.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected