Improve background-repeat accuracy for non int positions

This commit is contained in:
Niklas von Hertzen
2012-12-29 23:05:49 +02:00
parent c72a02bf64
commit 516edbceea
2 changed files with 15 additions and 21 deletions

View File

@ -3,7 +3,7 @@
*/
(function( $ ){
$.fn.html2canvas = function(options) {
if (options && options.profile && window.console && window.console.profile) {
if (options && options.profile && window.console && window.console.profile && window.location.search !== "?selenium2") {
console.profile();
}
var date = new Date(),