YUI Compressor breaks JQuary-ui-1.10.3

YUI Compressor breaks JQuary-ui-1.10.3

Hello guys!
At our project we're using jquery-ui-1.8.1.6 with jquery 1.6.2
When we tried to update jquery-ui to version 1.10.3 (and jquery up to 1.10.1) when we started our web application  we got such an error
Uncaught ReferenceError: Invalid left-hand side expression in postfix operation  

i noticed that it happened after we'd built project and Minify Maven Plugin (which uses YUI Compressor) had minimized  jquery-ui-1.10.3.min.js

I've found similar issue here  http://bugs.jqueryui.com/ticket/6060
 it seems was fixed...

But we still have similar problem on our project now.

Any ideas how can i fix this problem or who can help me with it?

P.S. Here is link to broken jquery-ui-1.10.3.min.js

Environment: apache-maven-3.0.4, maven-minify-plugin 1.3.5, JDK 1.7.0.10

P.P.S.  jquery-ui-1.8.1.6 with jquery 1.6.2 work good with Maven ninify plugin