JsMinify: Minor fixes

master
sdua 2016-07-12 19:41:05 +00:00
parent 4315b5904d
commit 11885abe86
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
DDH.js_minify = DDH.js_minify || {};
"use strict";
DDH.js_minify.build = function(ops) {
"use strict";
var shown = false;
@ -27,7 +26,7 @@ DDH.js_minify.build = function(ops) {
// hide output textarea by default
$output.css('display', 'none');
DDG.require(prettydiff, function() {
DDG.require('prettydiff', function() {
// Add click handler for the minify button
$minifyButton.click(function() {
// Set config options for minify operation