Merge remote-tracking branch 'originssh/master'

This commit is contained in:
FezVrasta 2015-03-13 14:39:37 +01:00
commit e07f594bf8

View File

@ -51,7 +51,7 @@
* Verify if the user is just touching on a device and return if so
*/
if(self.isTouch() && event.type === "mousedown") {
return false;
return;
}