Updates jQuery.qrcode to 0.4.

This commit is contained in:
Lars Jung 2013-07-09 15:41:47 +02:00
parent cb1edc3650
commit 84486af599
2 changed files with 1488 additions and 1442 deletions

View file

@ -34,6 +34,7 @@ modulejs.define('ext/qrcode', ['_', '$', 'modernizr', 'core/settings', 'core/eve
width: settings.size,
height: settings.size,
color: '#333',
bgColor: '#fff',
text: 'http://' + document.domain + item.absHref
});
});