mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
adding version property to all ui components
This commit is contained in:
parent
3897602bb0
commit
6ed2e44c24
@ -12,6 +12,7 @@
|
||||
$.effects = $.effects || {}; //Add the 'effects' scope
|
||||
|
||||
$.extend($.effects, {
|
||||
version: "@VERSION",
|
||||
save: function(el, set) {
|
||||
for(var i=0;i<set.length;i++) {
|
||||
if(set[i] !== null) $.data(el[0], "ec.storage."+set[i], el[0].style[set[i]]);
|
||||
|
Loading…
Reference in New Issue
Block a user