You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/08 12:11:59 UTC

[03/11] brooklyn-ui git commit: Replace existing textareas for editing YAML with Composer Tab + Codemirror

http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/4174bdb2/src/main/webapp/assets/js/libs/bootstrap.js
----------------------------------------------------------------------
diff --git a/src/main/webapp/assets/js/libs/bootstrap.js b/src/main/webapp/assets/js/libs/bootstrap.js
index 6bb52bc..5d9330c 100644
--- a/src/main/webapp/assets/js/libs/bootstrap.js
+++ b/src/main/webapp/assets/js/libs/bootstrap.js
@@ -196,6 +196,7 @@
   }
 
   Button.prototype.toggle = function () {
+	// TODO: buttons-radio :div is replaced by :ul
     var $parent = this.$element.parent('[data-toggle="buttons-radio"]')
 
     $parent && $parent