Please note that Sencha Cmd in QuartzDesk does not make use of the ux.js to produce the resulting
uber JS file (quartzdesk-all.js) and it makes use of the ux-debug.js file only. Therefore all changes
described in this readme should be applied only to the ux-debug.js file.

(1) Commented out the following line in ux-debug.js file:

//me.getSliderAndAField(childViewModel),

This is required to get rid of the alpha channel selection control that we do not need.

(2) Removed all Ext.ux.google classes and all classes that make use of these classes in the ux-debug.js file.
    This is required to prevent ExtJS from loading the Google jsapi - we do not use this API and users in China
    cannot access any Google URLs due to the Great China Firewall blocking all Google URLs.
