mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
define( function() {
|
|
"use strict";
|
|
|
|
return [ "Top", "Right", "Bottom", "Left" ];
|
|
} );
|