mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 03:10:42 +00:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
function createFrameworks()
|
|
{
|
|
return create(Array.concat.apply(arguments, ["-f"]));
|
|
} |