cssExpand.js 88 Bytes
define( function() {
	"use strict";

	return [ "Top", "Right", "Bottom", "Left" ];
} );