reformat
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework;
|
package
|
||||||
|
|
||||||
import com.abit.haxework.net.JsonLoader;
|
import com.abit.haxework.net.JsonLoader;
|
||||||
import flash.display.Sprite;
|
import flash.display.Sprite;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net;
|
package
|
||||||
|
|
||||||
import flash.events.SecurityErrorEvent;
|
import flash.events.SecurityErrorEvent;
|
||||||
import com.abit.haxework.net.callback.Callback;
|
import com.abit.haxework.net.callback.Callback;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net;
|
package
|
||||||
|
|
||||||
import com.abit.haxework.net.callback.ICallback;
|
import com.abit.haxework.net.callback.ICallback;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net;
|
package
|
||||||
|
|
||||||
import haxe.Json;
|
import haxe.Json;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net;
|
package
|
||||||
|
|
||||||
class TextLoader extends BaseLoader<String> {
|
class TextLoader extends BaseLoader<String> {
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net.callback;
|
package
|
||||||
|
|
||||||
class Callback<T> implements ICallback<T> {
|
class Callback<T> implements ICallback<T> {
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.abit.haxework.net.callback;
|
package
|
||||||
|
|
||||||
interface ICallback<T> {
|
interface ICallback<T> {
|
||||||
public function success(f:T -> Void):ICallback<T>;
|
public function success(f:T -> Void):ICallback<T>;
|
||||||
10
project.xml
10
project.xml
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<project>
|
|
||||||
|
|
||||||
<meta title="Haxework" package="com.abit.haxework" version="1.0.0" company="Abit"/>
|
|
||||||
<app main="com.abit.haxework.Test" path="target" file="haxework-test"/>
|
|
||||||
|
|
||||||
<source path="src/main/haxe"/>
|
|
||||||
|
|
||||||
<haxelib name="openfl"/>
|
|
||||||
</project>
|
|
||||||
Reference in New Issue
Block a user