mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
7 lines
147 B
JavaScript
Executable file
7 lines
147 B
JavaScript
Executable file
Chuck.Main = function () {
|
|
|
|
// Settings were loaded automatically
|
|
|
|
var processor = new Chuck.Processor();
|
|
processor.init();
|
|
};
|