Skip to content

Commit 58c7c58

Browse files
author
SlavaRa
committed
Update Main.hx.template
1 parent ec0376a commit 58c7c58

File tree

1 file changed

+2
-2
lines changed
  • $(BaseDir)/Projects/332 Haxe - CreateJS Project/src/$(PackagePath)

1 file changed

+2
-2
lines changed

$(BaseDir)/Projects/332 Haxe - CreateJS Project/src/$(PackagePath)/Main.hx.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ import js.Browser;
66
/**
77
$(CBI)* @author $(DefaultUser)
88
$(CBI)*/
9-
class Main extends Application $(CSLB){
9+
class Main $(CSLB){
1010

1111
static function main() $(CSLB){
1212
var canvas = Browser.document.getElementById("canvas");
1313
var stage = new Stage(canvas);
1414
// entry point
1515
}
1616

17-
}
17+
}

0 commit comments

Comments
 (0)