You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick story:
I wanted to update the Theseus preferences system (adobe-research/theseus#55), but after a while I saw that convertPreferences will only work if the passed clientID is module. But in the case of Theseus, strings are used as clientID (like com.adobe.theseus).
This fixes this issue.
Comment by bchintx Monday Apr 07, 2014 at 21:50 GMT
Thanks for fixing this,@SAPlayer ! I was just about to investigate doing the same thing for a different extension that was using a different client ID as well.
Friday Apr 04, 2014 at 21:35 GMT
Originally opened as adobe/brackets#7415
Quick story:
I wanted to update the Theseus preferences system (adobe-research/theseus#55), but after a while I saw that convertPreferences will only work if the passed
clientID
ismodule
. But in the case of Theseus, strings are used as clientID (likecom.adobe.theseus
).This fixes this issue.
MarcelGerber included the following code: https://github.com/adobe/brackets/pull/7415/commits
The text was updated successfully, but these errors were encountered: