瀏覽代碼

Adding missing references in JS manifest to behavior and more-behaviors

Aaron Newton 15 年之前
父節點
當前提交
334fbeb59d
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      ext/thirdparty/js/manifest.json

+ 10 - 0
ext/thirdparty/js/manifest.json

@@ -25,6 +25,16 @@
 		"clientcide": {
 			"track-indirect": "clientcide.hash"
 		},
+		"behavior": {
+			"track-indirect": "behavior.hash",
+			"from-remote": "anutron",
+			"remotes": ["anutron"]
+		},
+		"more-behaviors": {
+			"track-indirect": "more-behaviors.hash",
+			"from-remote": "anutron",
+			"remotes": ["anutron"]
+		},
 		"mootools-color": {
 			"dir": "color",
 			"track-indirect": "color.hash",