Removes unnecessary closures.

This commit is contained in:
Lars Jung 2012-03-07 01:58:34 +01:00
parent b1f6bd0d67
commit fbff8686bf
10 changed files with 1341 additions and 1370 deletions

View file

@ -2,7 +2,7 @@
(function ($) {
'use strict';
/*jslint browser: true, confusion: true, regexp: true, vars: true, white: true */
/*global Modernizr, jQuery, amplify, H5AI_CONFIG */
/*global Modernizr, jQuery, amplify, Base64, H5AI_CONFIG */
var H5AI = {};