1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 03:16:48 +02:00
TableFilter/test/test-config.js
2014-11-09 16:12:03 +11:00

9 lines
172 B
JavaScript

(function () {
// Configure RequireJS so it resolves relative module paths from the `src`
// folder.
require.config({
baseUrl: '../src',
});
}());