changeset 909:45625c200efe

Fix tab issue.
author wycc
date Sat, 16 Oct 2010 19:01:32 +0800
parents 095cf170f5fd
children 410478ded5d2
files nodejs/mbapp.js
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/mbapp.js	Mon Oct 04 23:03:56 2010 +0800
+++ b/nodejs/mbapp.js	Sat Oct 16 19:01:32 2010 +0800
@@ -97,9 +97,9 @@
     paint.fill(background);
     mb_rt.root.add_shape(background);
 
-	this.mb_rt.kbevents.add_event_observer(exports.EVT_KB_PRESS, function(evt) { self.KeyPress(evt);});
-	this.keymap={};
-	this.onKeyPress = null;
+    this.mb_rt.kbevents.add_event_observer(exports.EVT_KB_PRESS, function(evt) { self.KeyPress(evt);});
+    this.keymap={};
+    this.onKeyPress = null;
 }
 app.prototype.loadSVG=function(fname) {
     svg.loadSVG(this.mb_rt,this.mb_rt.root,fname);