From 76d1de512a58f023ae348ae8500100490fba9915 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 13 Nov 2014 17:41:57 +0200 Subject: rename scripts/ -> src/ --- tests/test_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_app.js') diff --git a/tests/test_app.js b/tests/test_app.js index 91f6b6cd..6696c1fc 100644 --- a/tests/test_app.js +++ b/tests/test_app.js @@ -26,7 +26,7 @@ define('test', function() { }); console.log('test_app: running under node'); -config.baseUrl = '../scripts/'; +config.baseUrl = '../src/'; document.config = config; }()); -- cgit v1.3.1