added flashcanvas integration and some legacy IE bug fixes

This commit is contained in:
MoyuScript
2012-02-26 00:19:16 +02:00
parent f40c5ac1e0
commit dd0331fd81
8 changed files with 9121 additions and 57 deletions

View File

@@ -7,7 +7,7 @@
*/
(function(document, window) {
var scrStart = '<script type="text/javascript" src="', scrEnd = '"></script>';
document.write(scrStart + '../external/jquery-1.6.2.min.js' + scrEnd);
document.write(scrStart + '../external/jquery-1.6.2.js' + scrEnd);
var html2canvas = ['Core', 'Generate', 'Parse', 'Preload', 'Queue', 'Renderer', 'plugins/jquery.plugin.html2canvas'], i;
for (i = 0; i < html2canvas.length; ++i) {
document.write(scrStart + '../src/' + html2canvas[i] + '.js' + scrEnd);