mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:31:19 +08:00
9 lines
86 B
JavaScript
9 lines
86 B
JavaScript
//
|
|
// this is a comment
|
|
//
|
|
define("dimple",
|
|
{
|
|
color: "dimple-blue"
|
|
}
|
|
);
|