Rename maborak concat funtion in Object.prototype to concatMaborak to avoid name conflicts

This commit is contained in:
herbert
2014-02-26 15:42:12 -04:00
parent 106e4d770b
commit eb5e2c254e
19 changed files with 119 additions and 119 deletions

View File

@@ -17,7 +17,7 @@ leimnud.Package.Public({
selected:0,
name:"val_"+Math.floor(Math.random(5)*100),
onchange:function(){}
}.concat(options || {});
}.concatMaborak(options || {});
if(typeof this.options.points=='string'){
this.options.points=this.parse_string_points(this.options.points);
}
@@ -153,7 +153,7 @@ leimnud.Package.Public({
target:$(document.body),
name:"val_"+Math.floor(Math.random(5)*100),
result:function(){}
}.concat(options || {});
}.concatMaborak(options || {});
this.options.target.append(
this.input_hidden=new DOM('input',{type:'hidden',name:this.options.name})
);