Skip to content

Instantly share code, notes, and snippets.

test
@kyungilpark
kyungilpark / hello.js
Created May 21, 2012 08:12
gist helloworld
if(typeof console != "undefined" && console.log){
console.log("hello gist");
} else {
alert("hello gist");
}
@kyungilpark
kyungilpark / hp_SE_QuickEditor_Image.js
Last active July 18, 2017 02:52
hp_SE_QuickEditor_Image.js
/**
* @name SE_QuickEditor_Image
* @description Quick Editor Image function Class
* @author NHN AjaxUI Lab - cielo
* @version 1.0
* @since 2009.10
*/
nhn.husky.SE_QuickEditor_Image = jindo.$Class({
name : "SE_QuickEditor_Image",
_aQEImg : [],