get rid of vendor prefixes

This commit is contained in:
Robin 2012-02-04 18:08:04 +01:00
parent 894ff56611
commit 7075ff6731
4 changed files with 433 additions and 47 deletions

View file

@ -31,6 +31,7 @@ require('/farbtastic');
require('/excanvas');
JSON = require('/json2');
require('/undo-xpopup');
require('prefixfree');
var chat = require('/chat').chat;
var getCollabClient = require('/collab_client').getCollabClient;