sugarlabs / sugar-web

Components for Sugar web activities
Apache License 2.0
13 stars 32 forks source link

Fix variables declaration #3

Closed manuq closed 11 years ago

manuq commented 11 years ago

Otherwise they mess the context after loading the module. Can be tested in the inspector console doing:

var icons = require("sugar-html-graphics/icons");

Objects like 'strokeColor' will not be available anymore after this patch.