Removes some redundancy.

This commit is contained in:
Lars Jung 2012-02-20 02:46:02 +01:00
parent 6bfbdb4d05
commit 8ee901517b
14 changed files with 293 additions and 323 deletions

View file

@ -6,6 +6,7 @@
* kudos to http://github.com/jeromeetienne/jquery-qrcode
*/
(function ($) {
'use strict';
// @include "qrcode.js"

View file

@ -5,7 +5,6 @@
*
* still quick and dirty!
*/
(function (window, $) {
"use strict";