Skip to content

Commit

Permalink
Removes incorrect function #386
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Jun 28, 2018
1 parent eeaa709 commit 1ce4bfd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions types/modules/DefineModule.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ export class DefineModule {
/**
* @constructor Creates a Define Module.
* @param name name of the module
* @param data module data
* @param data
*/
constructor(name: String, data: Object);

/**
* Plays the given clip name
* @param clipName - the clip name to play
*/
play(clipName: string): void;
}

0 comments on commit 1ce4bfd

Please sign in to comment.