提交 d75daef9 编写于 作者: J Jesse Glick

TAB -> spaces

上级 c9cf3b67
......@@ -10,12 +10,12 @@
Usage:
Behaviour.specify('b.someclass', 'myrules.alert', 10, function(element) {
element.onclick = function() {
element.onclick = function() {
alert(this.innerHTML);
}
});
Behaviour.specify('#someid u', 'myrules.blah', 0, function(element) {
element.onmouseover = function() {
element.onmouseover = function() {
this.innerHTML = "BLAH!";
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册