mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10 lines
248 B
JavaScript
10 lines
248 B
JavaScript
// XXX should probably nudge people toward the CSS Flexible Box Model
|
|
// flexie, rather than this
|
|
|
|
Package.describe({
|
|
summary: "Easily create arbitrary multicolumn layouts"
|
|
});
|
|
|
|
Package.require("jquery");
|
|
Package.client_file('jquery.layout.js');
|