From adc58cdcaf820d4eaac1a77ba579cc0974541f50 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 4 Feb 2012 18:11:41 +0100 Subject: [PATCH] add missing slash --- static/js/pad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pad.js b/static/js/pad.js index c7a740cb..7eb744a1 100644 --- a/static/js/pad.js +++ b/static/js/pad.js @@ -31,7 +31,7 @@ require('/farbtastic'); require('/excanvas'); JSON = require('/json2'); require('/undo-xpopup'); -require('prefixfree'); +require('/prefixfree'); var chat = require('/chat').chat; var getCollabClient = require('/collab_client').getCollabClient;