sp-codes.de/bower_components/jquery/src/css/var/cssExpand.js

6 lines
88 B
JavaScript
Raw Normal View History

2016-10-28 17:33:25 +00:00
define( function() {
2016-11-22 23:07:57 +00:00
"use strict";
2016-10-28 17:33:25 +00:00
return [ "Top", "Right", "Bottom", "Left" ];
} );