Change to use Commands and CommandManager.

This commit is contained in:
Bryce Curtis
2010-09-06 13:13:09 -05:00
parent 5c24abcafd
commit 9e931cc3f6
25 changed files with 1671 additions and 557 deletions
+1 -2
View File
@@ -4,7 +4,7 @@ import java.io.*;
import android.webkit.WebView;
public class FileUtils extends Module {
public class FileUtils {
WebView mView;
@@ -13,7 +13,6 @@ public class FileUtils extends Module {
public FileUtils(WebView view, DroidGap gap)
{
super(view, gap);
mView = view;
}