Browse Source

Adds comment to transition

pull/1129/head
jlukic 10 years ago
parent
commit
f424fc844f
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/transition.js

1
src/definitions/modules/transition.js

@ -764,6 +764,7 @@ $.fn.transition = function() {
;
};
// Records if CSS transition is available
$.fn.transition.exists = {};
$.fn.transition.settings = {

Loading…
Cancel
Save