# HG changeset patch # User wycc # Date 1284484513 -28800 # Node ID 7eb5421a98649cf2bc2e1654cc87bb1c4ff21637 # Parent 94041f085797181fd38c81147727c15a338233e8 exports the image loader diff -r 94041f085797 -r 7eb5421a9864 nodejs/mbapp.js --- 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;