mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added view modules
This commit is contained in:
parent
0210d482ab
commit
d31304acd2
7 changed files with 149 additions and 1 deletions
9
view.js
Executable file
9
view.js
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
requirejs.config({
|
||||
baseUrl: 'lib'
|
||||
});
|
||||
|
||||
var inspector = {};
|
||||
|
||||
requirejs(["Chuck/View/View"], function(View) {
|
||||
var view = new View();
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue