mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
14 lines
240 B
JavaScript
14 lines
240 B
JavaScript
define( function() {
|
|
console.log("bar");
|
|
// A comment
|
|
// Another comment
|
|
// Another comment
|
|
// A comment
|
|
// Another comment
|
|
// Another comment
|
|
// A comment
|
|
// Another comment
|
|
// Another comment
|
|
console.log("foo");
|
|
});
|