##// END OF EJS Templates
Don't call .remove() method of objects bound to the container
Don't call .remove() method of objects bound to the container

File last commit:

r95:cd6fdbb2f173 ts-plugin
r165:c446ccde5f9f v1.4.2 default
Show More
index.js
8 lines | 117 B | application/javascript | JavascriptLexer
var rjs = require('requirejs');
rjs.config({
baseUrl: '.',
nodeRequire: require
});
rjs(['./tests/plan']);