DocumentServer/OfficeWeb/vendor/requirejs/tests/dimple.js
2015-04-28 17:59:00 +03:00

9 lines
86 B
JavaScript

//
// this is a comment
//
define("dimple",
{
color: "dimple-blue"
}
);