From c7842170097a2ecd3fc43791cf937f80b8911045 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Oct 2013 14:43:58 +0100 Subject: [PATCH] Missing semi --- boot/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index fa8b98211..d52ae9d7d 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -356,7 +356,7 @@ Register file type information $tw.utils.registerFileType = function(type,encoding,extension) { $tw.config.fileExtensionInfo[extension] = {type: type}; $tw.config.contentTypeInfo[type] = {encoding: encoding, extension: extension}; -} +}; /* Run code globally with specified context variables in scope