comparison nodejs/phone.js @ 822:586e50f82c1f

Unify coding style tag for emacs and vim.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Tue, 14 Sep 2010 01:08:39 +0800
parents 76470d692bb9
children 23dffb564ace
comparison
equal deleted inserted replaced
821:bfdc82bbd6e4 822:586e50f82c1f
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- 1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*-
2 // vim: sw=4:ts=8:sts=4:ai 2 // vim: sw=4:ts=8:sts=4
3 var mbapp = require("./mbapp"); 3 var mbapp = require("./mbapp");
4 var sys=require("sys"); 4 var sys=require("sys");
5 var animate=require("./animate"); 5 var animate=require("./animate");
6 6
7 app = new mbapp.app(":0.0", 320, 480); 7 app = new mbapp.app(":0.0", 320, 480);