diff options
Diffstat (limited to 'common/content/editor.js')
-rw-r--r-- | common/content/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/editor.js b/common/content/editor.js index 78280152..e8f18340 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -306,7 +306,7 @@ const Editor = Module("editor", { } } - let timer = services.create("timer"); + let timer = services.Timer(); timer.initWithCallback({ notify: update }, 100, timer.TYPE_REPEATING_SLACK); try { |