iron
iron copied to clipboard
Remove unnecessary scoping
code script-tags that run against XAML, also loaded in a script tag, always need to be scoped, which I always seemed to forget about. This is because a dom-only SL control is always added to the page no matter what; should only be added if there are no XAML script-tags.