work-in-progress on render rewrite...

This commit is contained in:
Jon Atkins
2013-08-23 05:08:08 +01:00
parent 772b980808
commit dff09ed0c1
3 changed files with 34 additions and 17 deletions

View File

@ -67,5 +67,5 @@ window.resetHighlightedPortals = function() {
renderPortal(portal.options.ent);
}
catch(e) {}
});
});
}