Browse Source

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

Aaron Newton 15 years ago
parent
commit
334fbeb59d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      ext/thirdparty/js/manifest.json

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

@@ -25,6 +25,16 @@
 		"clientcide": {
 		"clientcide": {
 			"track-indirect": "clientcide.hash"
 			"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": {
 		"mootools-color": {
 			"dir": "color",
 			"dir": "color",
 			"track-indirect": "color.hash",
 			"track-indirect": "color.hash",