mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
adapted bootstrapping
This commit is contained in:
parent
ec84e8d025
commit
36c0e34dc5
5 changed files with 28 additions and 15 deletions
11
app/Bootstrap/Client.js
Executable file
11
app/Bootstrap/Client.js
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
requirejs.config({
|
||||
baseUrl: 'app'
|
||||
});
|
||||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Bootstrap/Client"], function(Client) {
|
||||
|
||||
var client = new Client(location.href);
|
||||
inspector.client = client;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue