1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02: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

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 })
}
}