remove debug
This commit is contained in:
parent
f0105125d1
commit
5b9c8b736d
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
|
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
|
||||||
// Copyright (c) 2008-2011 Todd Matthews & Steve Purcell
|
// Copyright (c) 2008-2011 Todd Matthews & Steve Purcell
|
||||||
(function($) {
|
(function($) {
|
||||||
console.log("Loading tweet");
|
|
||||||
$.fn.tweet = function(o){
|
$.fn.tweet = function(o){
|
||||||
var s = $.extend({
|
var s = $.extend({
|
||||||
username: null, // [string or array] required unless using the 'query' option; one or more twitter screen names (use 'list' option for multiple names, where possible)
|
username: null, // [string or array] required unless using the 'query' option; one or more twitter screen names (use 'list' option for multiple names, where possible)
|
||||||
|
|
Reference in a new issue