Skip to content

Commit

Permalink
cleanup for version 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tboetig committed Jan 18, 2012
1 parent 29883a7 commit b61db7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jquery.embedly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests.html
Expand Up @@ -9,7 +9,7 @@
<script type="text/javascript">
// --- Unittest Code goes here ---
$(document).ready(function(){
$.embedly.defaults['key'] = 'internal';
$.embedly.defaults['key'] = 'EMBEDLY_KEY';
QUnit.log = function(result, message)
{
if (window.console && window.console.log)
Expand Down

0 comments on commit b61db7e

Please sign in to comment.