Home
last modified time | relevance | path

Searched refs:suffixe (Results 1 – 1 of 1) sorted by relevance

/template/roundtheme/
H A Dhide_menu.js61 Tween = function(obj, prop, func, begin, finish, duration, suffixe){ argument
62 this.init(obj, prop, func, begin, finish, duration, suffixe)
81 t.suffixe = '';
115 var a = this.suffixe != '' ? this.suffixe : '';
130 t.init = function(obj, prop, func, begin, finish, duration, suffixe){ argument
134 if(suffixe) this.suffixe = suffixe;