1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02:00

add semicolons to the end of js files

This commit is contained in:
Jacob Thornton
2012-02-13 18:41:02 -08:00
parent 5b4a29d84e
commit 6e77c9d123
25 changed files with 26 additions and 26 deletions

View File

@@ -89,4 +89,4 @@
$('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
})
}( window.jQuery )
}( window.jQuery );