From 198c259a14a6dde0116b74b7debbd37d14e587d2 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Tue, 26 Jun 2012 01:35:11 +0300 Subject: [PATCH] updated to version 0.34 --- readme.md | 4 +++- src/Parse.js | 2 +- version.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fb3ac29..b04d943 100644 --- a/readme.md +++ b/readme.md @@ -37,8 +37,10 @@ For more information and examples, please visit the SunboX) * Split renderers to their own objects (niklasvh) * Simplified API, cleaned up code (niklasvh) diff --git a/src/Parse.js b/src/Parse.js index 36ab87f..fb8bea1 100644 --- a/src/Parse.js +++ b/src/Parse.js @@ -1233,7 +1233,7 @@ _html2canvas.Parse = function ( images, options ) { } } - } + } } stack = renderElement(element, null); diff --git a/version.txt b/version.txt index 4dd8305..fb6beee 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.33 \ No newline at end of file +v0.34 \ No newline at end of file