Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 9a0962e

Browse files
committed
Merge pull request #176 from le717/convert-preferences
Remove call to convertPreferences()
2 parents eb4fadc + 4f96bec commit 9a0962e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ define(function (require, exports, module) {
525525

526526
// setup preferences
527527
prefs = PreferencesManager.getExtensionPrefs("edgewebfonts");
528-
PreferencesManager.convertPreferences("com.adobe.edgewebfonts", { "ewf-font-history": "user edgewebfonts.ewf-font-history" });
529528
lastTwentyFonts = prefs.get(PREFERENCES_FONT_HISTORY_KEY);
530529
if (!lastTwentyFonts) {
531530
lastTwentyFonts = [];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "edge-code-web-fonts",
33
"title": "Adobe Edge Web Fonts",
44
"description": "Adobe Edge Web Fonts gives you access to a free, high-quality web font library made possible by contributions from Adobe, Google, and designers around the world. The fonts are served by Typekit, so you can be sure of high performance and stability.",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"keywords": [".css", ".html"],
77
"homepage": "http://html.adobe.com/edge/webfonts/",
88
"bugs": "https://github.com/adobe/brackets-edge-web-fonts/issues",

0 commit comments

Comments
 (0)