DocumentServer/OfficeWeb/vendor/requirejs/tests/dimple.js

9 lines
86 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
//
// this is a comment
//
define("dimple",
{
color: "dimple-blue"
}
);