diff options
| author | Jacob Thornton <[email protected]> | 2011-12-22 19:17:41 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-22 19:17:41 -0800 |
| commit | 3396fc0542a5fbbed658a95f931472fc24feee56 (patch) | |
| tree | 2a56c5719b13c3f32a96e3dc2da6c82ab12134ec | |
| parent | 35fdbad24b908714ff1a1221945598527a641863 (diff) | |
| download | bootstrap-3396fc0542a5fbbed658a95f931472fc24feee56.tar.xz bootstrap-3396fc0542a5fbbed658a95f931472fc24feee56.zip | |
check for prettyprint on window
| -rw-r--r-- | docs/assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index c8e796a39..eae84b138 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -17,7 +17,7 @@ $(function(){ // ================== // make code pretty - prettyPrint && prettyPrint() + window.prettyPrint && prettyPrint() // table sort example if ($.fn.tableSorter) { |
