From 5124855ce8c8a95616009751e38fb802b3082f51 Mon Sep 17 00:00:00 2001 From: portix Date: Mon, 14 May 2012 22:34:26 +0200 Subject: Remove javascript scripts directory and reload_scripts; change io.fileTest to system.fileTest; implement system.mkdir --HG-- branch : scripts --- scripts/lib/extensions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lib/extensions.js b/scripts/lib/extensions.js index 339803e5..a1f40d7a 100644 --- a/scripts/lib/extensions.js +++ b/scripts/lib/extensions.js @@ -4,7 +4,7 @@ function getPlugin(name, filename) { var ret = null; try { - if (io.fileTest(filename, FileTest.exists)) { + if (system.fileTest(filename, FileTest.exists)) { ret = include(filename); } } -- cgit v1.2.3