From daa0755920b303fc021ff6a55c791023baaea6ca Mon Sep 17 00:00:00 2001 From: fewieden Date: Sat, 10 Feb 2018 12:38:55 +0100 Subject: [PATCH] add missing parameter in documentation --- js/translator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/translator.js b/js/translator.js index b82a739e..3b8b4e36 100644 --- a/js/translator.js +++ b/js/translator.js @@ -156,11 +156,12 @@ var Translator = (function() { return key; }, - /* load(module, file, callback) + /* load(module, file, isFallback, callback) * Load a translation file (json) and remember the data. * * argument module Module - The module to load the translation file for. * argument file string - Path of the file we want to load. + * argument isFallback boolean - Flag to indicate fallback translations. * argument callback function - Function called when done. */ load: function(module, file, isFallback, callback) {