src/js/defaults.js
changeset 966 c1c762ad1697
parent 965 eadb7290c325
child 970 b1c3bf6eca78
--- a/src/js/defaults.js	Mon Sep 24 18:32:22 2012 +0200
+++ b/src/js/defaults.js	Wed Sep 26 18:55:36 2012 +0200
@@ -22,7 +22,8 @@
         paper: "paper.js",
         jqueryMousewheel: "jquery.mousewheel.min.js",
         renkanPublish: "renkan-publish.js",
-        processing: "processing-1.3.6.min.js"
+        processing: "processing-1.3.6.min.js",
+        recordMicSwf: "record_mic.swf"
     },
     locations : {
         // use to define locations outside default_dir
@@ -61,6 +62,9 @@
     MashupPlayer: {
         noCss: true
     },
+    AnnotationsList: {
+        requires: [ "jwplayer" ]
+    },
     Sparkline: {
         noCss: true,
         requires: [ "raphael" ]