Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jul 28, 2013
1 parent 7168b74 commit 0f8ba5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/jquery_methods.js
Expand Up @@ -161,11 +161,5 @@ QTIP = $.fn.qtip = function(options, notation, newValue)
}
};

// $.fn.qtip Bind method
QTIP.bind = function(opts, event)
{

};

// Populated in render method
QTIP.api = {};

0 comments on commit 0f8ba5d

Please sign in to comment.