From 4c349a3659d2056ed8d8fdfed77c729ecccb8076 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Tue, 22 Nov 2005 18:07:37 +0000 Subject: [PATCH] DOC. --- minimo/chrome/content/preferences/preferences.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/minimo/chrome/content/preferences/preferences.js b/minimo/chrome/content/preferences/preferences.js index 900195b5e0b..62cb0ea487d 100644 --- a/minimo/chrome/content/preferences/preferences.js +++ b/minimo/chrome/content/preferences/preferences.js @@ -1,8 +1,10 @@ /* * Translators function. - * In XUL and beyong, these mappers shall happen more and more + * ===== + * With XUL and beyond, these mappers shall happen more and more * as we get more hybrid data-types. It's just like Webservice proxies for XUL elemetns. - *. So far we have this static hardcoded her + *. So far we have this static hardcoded here. These has to do with the onsyncfrompreference + * and onsynctopreference attributes in the XUL pref panels. * =================================================================================== */ @@ -39,7 +41,9 @@ function writeProxyPref() } -/* Live Synchronizers, + +/* Live Synchronizers + * ===== * In this section put all the functions you think it should be * synchronized as the end-user hits the button * ===================================================================================