Skip to content

Commit

Permalink
fix prettify naming (client side error)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeschen committed Nov 1, 2012
1 parent b9f38ac commit ddec236
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@
};

// Client-side export
if (typeof window !== 'undefined' && window.Showdown && window.Showdown.extensions) { window.Showdown.extensions.googlePrettify = prettify; }
if (typeof window !== 'undefined' && window.Showdown && window.Showdown.extensions) { window.Showdown.extensions.prettify = prettify; }
// Server-side export
if (typeof module !== 'undefined') module.exports = prettify;

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ddec236

Please sign in to comment.