Skip to content

Instantly share code, notes, and snippets.

@Kuniwak
Created June 22, 2013 07:22
Show Gist options
  • 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