Selaa lähdekoodia

No Ticket. Updating Behavior hash.

commit 84448f7383b5b50d59c5c4802fa7e3b4e877cee0
Author: Aaron Newton <git@clientcide.com>
Date:   Tue Mar 22 13:18:36 2011 -0700

    The data-filters property is no longer comma delimeted (backwards compatibility support included)

:100644 100644 bebf4da... e898c67... M	Source/Behavior.js

commit 03c35d5973a7d44d1e14c164864c33780f9e63ba
Author: Aaron Newton <git@clientcide.com>
Date:   Tue Mar 22 12:57:41 2011 -0700

    Changing behavior plugins to always run after the behavior filters have all been invoked.

    Closes https://github.com/anutron/behavior/issues/issue/5

:100644 100644 fa505c4... 3adfdc7... M	README.md
:100644 100644 1ede473... bebf4da... M	Source/Behavior.js
Aaron Newton 14 vuotta sitten
vanhempi
commit
5b13b25e23

+ 1 - 0
desktop/core/static/js/Source/Hue/Hue.Profiler.js

@@ -107,6 +107,7 @@ script: Hue.Profiler.js
 	if (dbug.profileEnabled){
 		Behavior = Class.refactor(Behavior, {
 			apply: function(container, force){
+				dbug.log('Applying behaviors to container: ', container);
 				var result = this.previous.apply(this, arguments);
 				dbug.logAllReports('behavior filters', true);
 				return result;

+ 1 - 1
ext/thirdparty/js/behavior.hash

@@ -1 +1 @@
-f63657068940c33f9a7082310f9059b7265e15eb
+84448f7383b5b50d59c5c4802fa7e3b4e877cee0