(function(){LIModules.exports("NodeStash",function(){var e=!!window.LI_JS_TEST,c={},f=0;this.stash=function(a,b){var d;if(!a)return null;b=!b&&isNaN(b)?"NodeStash#uid:"+ ++f:b;d=document.createElement("div");d.appendChild(a);c[b]=d;return{uid:b,node:a}};this.retrieve=function(a){return(a=c[a])&&a.firstChild};this.remove=function(a){var b=c[a];b&&b.remove&&b.remove();delete c[a]};this.publicInterface={stash:this.stash,retrieve:this.retrieve,remove:this.remove};e&&(this.publicInterface._test={nodes:c});
return this.publicInterface})})();