Merge pull request #1689 from johnnyreilly/master

jQuery: removed redundant interface
This commit is contained in:
John Reilly
2014-02-13 10:08:45 +00:00
+1 -8
View File
@@ -18,6 +18,7 @@ See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/**
* Interface for the AJAX setting that will configure the AJAX request
*/
@@ -485,14 +486,6 @@ interface JQueryAnimationOptions {
specialEasing?: Object;
}
/**
* The interface used to specify easing functions.
*/
interface JQueryEasing {
linear(p: number): number;
swing(p: number): number;
}
/**
* Static members of jQuery (those on $ and jQuery themselves)
*/