setting up bootstrapping

This commit is contained in:
logsol 2012-07-22 01:08:22 +02:00
parent a2460ed385
commit a2a83f422a
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
requirejs.config({
baseUrl: 'lib'
baseUrl: 'app'
});
var inspector = {};