Skip to content

Instantly share code, notes, and snippets.

@Kuniwak
Created June 22, 2013 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kuniwak/5836194 to your computer and use it in GitHub Desktop.
Save Kuniwak/5836194 to your computer and use it in GitHub Desktop.
type式のテスト。
/**
* @typedef {{type:string,target:object,bubbles:boolean=}}
*/
var ng = {type:'string',target:{},bubbles:true};
/**
* @type {{type:string,target:object,bubbles:boolean=}}
*/
var ok = {type:'string',target:{},bubbles:true};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment