Skip to content

Commit

Permalink
Require Brackets Release 38
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Apr 8, 2014
1 parent 4b898bc commit 6339152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"fondue" : "0.5.x"
},
"engines" : {
"brackets" : ">=0.37.0"
"brackets" : ">=0.38.0"
}
}
4 changes: 2 additions & 2 deletions src/Preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ define(function (require, exports, module) {
return _getPrefLocation(key).get(key);
}

exports.set = set;
exports.get = get;
exports.set = set;
exports.get = get;
});

0 comments on commit 6339152

Please sign in to comment.