From 12cdd612d7453c81ffe7464faea730f714e7cf93 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 9 Mar 2011 20:19:09 +0100 Subject: [PATCH] Use iteration instead of recursion when processing single frame --- app/views/layout.erb | 2 +- public/javascripts/ansi-interpreter.js | 46 +++++++++++++------------- public/javascripts/player.js | 4 +-- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/app/views/layout.erb b/app/views/layout.erb index 66f4142..0e3ce3a 100644 --- a/app/views/layout.erb +++ b/app/views/layout.erb @@ -13,7 +13,7 @@