Skip to content

Commit e2d7ccd

Browse files
committed
cleanup for idl2jsx/web.jsx stuff
1 parent 53929ba commit e2d7ccd

File tree

3 files changed

+1
-318
lines changed

3 files changed

+1
-318
lines changed

idl2jsx/maketest.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ sub make_args {
129129
class _Test extends TestCase {
130130
131131
: for $classes -> $class {
132-
// #<: $~class.count :>
133132
function compile_<: $class.name :>(o : <: $class.name :>) : void {
134133
: for $class.tests -> $statement {
135134
<: $statement :>

lib/js/js/web.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/***
33
* Web Browser Interface for JSX
44
*
5+
* @author DeNA, Co., Ltd.
56
* @see http://www.w3.org/
67
*/
78
import "js.jsx";

0 commit comments

Comments
 (0)