class WindowPlatform { // // Public // reload () { global.location.reload() } openWindow ({ url }) { global.open(url, '_blank') } getVersion () { return '' } } module.exports = WindowPlatform uby23/files?h=mesa-next' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lang/ruby23: fix setjmp clobbered variablesswills2016-12-085-0/+81
* Fix build on FreeBSD 11 and later.ume2016-07-222-0/+33