0
Welcome Guest! Login
0 items Join Now

mootools.js Error

    • Timi's Avatar
    • Timi
    • Rocketeer
    • Posts: 60
    • Thanks: 0

    mootools.js Error

    Posted 17 years 3 weeks ago
    • May not be a big deal, but perusing through my site, firebug has picked up an error, as shown in the attached image. States that el.set is not a function located on line 23.

      23 el=$(el);return(!props||!el)?el:el.set(props);}});var Elements=new Class({initialize:function(elements){return(elements)?$extend(elements,this):this;}});Elements.extend=function(props){for(var prop in props){this.prototype[prop]=props[prop];this[prop]=$native.generic(prop);}};function $(el){if(!el)return null;if(el.htmlElement)return Garbage.collect(el);if([window,document].contains(el))return el;var type=$type(el);if(type=='string'){el=document.getElementById(el);type=(el)?'element':false;}

Time to create page: 0.066 seconds