1
0
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:
Doug Kearns
2011-01-13 04:29:18 +11:00
parent c3a90cf2b3
commit 68620dadc7
5 changed files with 28 additions and 18 deletions

View File

@@ -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 = {};