diff --git a/core/modules/wiki.js b/core/modules/wiki.js index cf3d20a14..f21cc29f3 100755 --- a/core/modules/wiki.js +++ b/core/modules/wiki.js @@ -18,9 +18,9 @@ Adds the following properties to the wiki object: \*/ (function(){ - /*jslint node: true, browser: true */ - /*global $tw: false */ - "use strict"; +/*jslint node: true, browser: true */ +/*global $tw: false */ +"use strict"; var Widget = require("$:/core/modules/widgets/widget.js").widget; @@ -1800,4 +1800,4 @@ exports.slugify = function(title,options) { return slug; }; -})(); \ No newline at end of file +})();