How could I implement the following code in UML sequence diagram ?
MyObject.getClientBundle().getCss().ensureInjected();
The css contains settings for the browser
@if user.agent safari {
body {
background-image: literal('-webkit-gradient(linear, left top, left bottom, from(#000000), to(rgb(46, 54, 60)))');
}
}
Please help.
Okay thanks, but what should I do with the ensureInjected()? Should I create an browser-object? something like this
