add missing slash

This commit is contained in:
Robin 2012-02-04 18:11:41 +01:00
parent 7075ff6731
commit adc58cdcaf
1 changed files with 1 additions and 1 deletions

View File

@ -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;