From 89b883dd6b6b7094a4b275178fca327f523760cc Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 10 Jul 2012 04:47:43 -0400 Subject: [PATCH] fixed bug in object Minify, doit function, more processing function did not return final_code so changes was not saving, and clien side loaded keyBinding.js and cloudfunc.js full sized versions --- changeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changeLog b/changeLog index 9d65b107..4fc0c1f7 100644 --- a/changeLog +++ b/changeLog @@ -3,4 +3,7 @@ Cloud Commander v0.1.1 - Added onerror parametr to anyload in Clinet Side, so now we can process situation when js-script(or something other) has not loaded. - Added jquery file, so from now Cloud Commander can totaly work offline. -- Added css-lint to travis ci. \ No newline at end of file +- Added css-lint to travis ci. +- fixed bug in object Minify, doit function, more processing function did not +return final_code so changes was not saving, and clien side loaded keyBinding.js +and cloudfunc.js full sized versions. \ No newline at end of file