fixed a few undefined references, fixed missing files in a few places

This commit is contained in:
MoyuScript
2012-03-12 07:15:03 +01:00
parent 4359a2ba64
commit e7132d9095
6 changed files with 14 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
// WARNING THIS file is outdated, and hasn't been tested in quite a while
html2canvas.Renderer.SVG = function( options ) {
_html2canvas.Renderer.SVG = function( options ) {
options = options || {};
@@ -203,4 +203,4 @@ html2canvas.Renderer.SVG = function( options ) {
return methods;
};
};