File Manager

Current Path : /usr/share/nodejs/@popperjs/test-utils/utils/
Upload File :
Current File : //usr/share/nodejs/@popperjs/test-utils/utils/appendNewRef.js

export default function appendNewRef(id, text, container) {
  const jasmineWrapper = document.getElementById('jasmineWrapper');

  const ref = document.createElement('div');
  ref.id = id;
  ref.className = 'ref';
  ref.textContent = text || 'reference';
  (container || jasmineWrapper).appendChild(ref);
  return ref;
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com