2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

check for prettyprint on window

This commit is contained in:
Jacob Thornton
2011-12-22 19:17:41 -08:00
parent 35fdbad24b
commit 3396fc0542
+1 -1
View File
@@ -17,7 +17,7 @@ $(function(){
// ==================
// make code pretty
prettyPrint && prettyPrint()
window.prettyPrint && prettyPrint()
// table sort example
if ($.fn.tableSorter) {