Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 0a387e7

Browse files
author
Yvonne Yip
committed
remove tools submodule
1 parent 8ea6dc8 commit 0a387e7

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitmodules

-3
This file was deleted.

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function(karma) {
2-
var common = require('./tools/test/karma-common.conf.js');
2+
var common = require('../tools/test/karma-common.conf.js');
33
karma.set(common.mixin_common_opts(karma, {
44
// base path, that will be used to resolve files and exclude
55
basePath: '',

pointerevents.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
var basePath = src.slice(0, src.indexOf(thisFile));
3232

3333
if (!window.PolymerLoader) {
34-
var path = basePath + 'tools/loader/loader.js';
34+
var path = basePath + '../tools/loader/loader.js';
3535
document.write('<script src="' + path + '"></script>');
3636
}
3737

tools

-1
This file was deleted.

0 commit comments

Comments
 (0)