mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 07:05:55 +01:00
Add some missing deprecated buffer features.
This commit is contained in:
@@ -475,7 +475,7 @@ var IO = Module("io", {
|
||||
/**
|
||||
* @property {string} The current platform's path separator.
|
||||
*/
|
||||
PATH_SEP: deprecated("Please use File.PATH_SEP", { get: function PATH_SEP() File.PATH_SEP })
|
||||
PATH_SEP: deprecated("Please use File.PATH_SEP instead", { get: function PATH_SEP() File.PATH_SEP })
|
||||
}, {
|
||||
init: function init(dactyl, modules, window) {
|
||||
modules.plugins.contexts = {};
|
||||
|
||||
Reference in New Issue
Block a user