mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-20 05:18:38 +00:00
Update ErrorView.mc
Removed commented out code.
This commit is contained in:
@ -129,11 +129,9 @@ class ErrorView extends ScalableView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class ErrorDelegate extends WatchUi.BehaviorDelegate {
|
class ErrorDelegate extends WatchUi.BehaviorDelegate {
|
||||||
//private var mView as ErrorView;
|
|
||||||
|
|
||||||
function initialize(view as ErrorView) {
|
function initialize(view as ErrorView) {
|
||||||
WatchUi.BehaviorDelegate.initialize();
|
WatchUi.BehaviorDelegate.initialize();
|
||||||
//mView = view;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function onBack() {
|
function onBack() {
|
||||||
|
Reference in New Issue
Block a user