mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 10:08:25 -05:00
adding version property to all ui components
This commit is contained in:
@@ -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]]);
|
||||
|
||||
Reference in New Issue
Block a user