mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
9 lines
No EOL
144 B
JavaScript
Executable file
9 lines
No EOL
144 B
JavaScript
Executable file
requirejs.config({
|
|
baseUrl: 'lib'
|
|
});
|
|
|
|
var inspector = {};
|
|
|
|
requirejs(["Chuck/View/View"], function(View) {
|
|
var view = new View();
|
|
}); |