diff nodejs/mbapp.js @ 827:7eb5421a9864

exports the image loader
author wycc
date Wed, 15 Sep 2010 01:15:13 +0800
parents 586e50f82c1f
children 13e0953c3fb3 bcc63b20d5c6
line wrap: on
line diff
--- a/nodejs/mbapp.js	Tue Sep 14 05:55:30 2010 +0800
+++ b/nodejs/mbapp.js	Wed Sep 15 01:15:13 2010 +0800
@@ -91,3 +91,4 @@
 exports.EVT_MONITOR_REMOVE=11;
 exports.EVT_MONITOR_FREE=12;
 exports.EVT_MOUSE_MOVE_RAW=13;
+exports.ldr = ldr;