mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 06:31:27 +00:00
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
|
|
var ObjectiveJ = { };
|
|
|
|
(function (global, exports, namespace)
|
|
{
|
|
#include "Includes.js"
|
|
})((function(){return this;}).call(null), ObjectiveJ);
|
|
|