mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
|
|
var ObjectiveJ = { };
|
|
|
|
(function (global, exports)
|
|
{
|
|
#include "Includes.js"
|
|
})(window, ObjectiveJ);
|