From 5d1109d562fddcc12ef17e41614cca80671d9cf6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Mar 2011 12:27:46 +0800 Subject: [PATCH] Roo.js --- Roo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo.js b/Roo.js index 7545ed9223..a7fc688b27 100644 --- a/Roo.js +++ b/Roo.js @@ -400,8 +400,8 @@ Roo.factory(conf, Roo.data); bs[0] = c; } for(var j=0; j>> 4) + var b = bs[j]; + var hex = nibble_to_hex((b & 0xF0) >>> 4) + nibble_to_hex(b &0x0F);buffer += '%'+hex; } } -- 2.39.2