Files
PrestaShop/admin-dev/themes/default/components/requirejs/tests/dimple.js
2013-07-18 18:51:24 +02:00

9 lines
86 B
JavaScript

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