2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

changed event should be change event

This commit is contained in:
Jacob Thornton
2011-09-29 22:21:55 -07:00
parent 24b05fe94a
commit b827303511
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
activate($this.parent('li'), $ul)
activate($href, $href.parent())
$this.trigger("changed", {from:current, to:href})
$this.trigger("change", { from: current, to: href })
}
}