jschementi / iron

[Jimmy Schementi's development fork] Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.
http://ironruby.net
17 stars 2 forks source link

Remove unnecessary scoping #2

Open jschementi opened 15 years ago

jschementi commented 15 years ago

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.