Rename bounce.js to bounce

This commit is contained in:
Cherry Ng 2015-10-13 07:39:21 +08:00
parent 1efa53d0d2
commit 5fc7b22967
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/// <reference path="./bounce.d.ts" />
/// <reference path="./../jquery/jquery.d.ts" />
import Bounce from 'bounce.js';
import Bounce from 'bounce';
import * as $ from 'jquery';
function test_chaining_transformations() {

View File

@ -5,7 +5,7 @@
/// <reference path="../jquery/jquery.d.ts"/>
declare module 'bounce.js' {
declare module 'bounce' {
export default Bounce
interface Point2D {