Switch build to use browserify (#502)

This commit is contained in:
MoyuScript
2015-02-03 21:34:05 +02:00
parent 790e395bca
commit c4cdaede98
48 changed files with 4044 additions and 1234 deletions

View File

@ -23,6 +23,7 @@
<div style="background: red; width: 200px; height:200px;" id="block"></div>
<div style="width: 200px; height:200px;" id="block2"></div>
<script>
var Promise = html2canvas.Promise;
describe("options.onclone", function() {
it("with a function", function(done) {
html2canvas(document.querySelector("#block"), {onclone: function(document) {