MoyuScript 19754ac30e incorect z-index sorting fixed
If you omit compare function in javascript `sort()` method it will sort  lexicographically (in dictionary order) according to the string conversion of each element. 

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#Parameters

For example 
[0, 9, 8, 10].sort()
will place element with z-index 10 on 2nd position of the array
2013-11-21 20:37:40 +02:00
..
2012-12-30 21:26:25 +02:00
2013-08-06 18:55:04 +03:00
2013-08-06 18:17:33 +03:00
2013-11-21 20:37:40 +02:00
2013-08-06 18:55:04 +03:00
2013-09-18 13:38:21 +08:00