1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-05 07:22:33 +02:00
TableFilter/test/test-config.js

9 lines
172 B
JavaScript
Raw Normal View History

2014-11-09 06:12:03 +01:00
(function () {
// Configure RequireJS so it resolves relative module paths from the `src`
// folder.
require.config({
baseUrl: '../src',
});
}());