Skip to content

Commit

Permalink
#99 disabling phpclosure use
Browse files Browse the repository at this point in the history
  • Loading branch information
tracend committed Jun 29, 2013
1 parent a62d403 commit 811b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/minify.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class Minify extends PhpClosure {
class Minify extends UglifyJS {

protected $_content = array();
protected $_dom;
Expand Down

0 comments on commit 811b428

Please sign in to comment.