Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next

pull/2536/head
Jack Lukic 10 years ago
parent
commit
fbbc01487d
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      src/definitions/modules/transition.js

2
README.md

@ -28,7 +28,7 @@ npm install semantic-ui # Use themes, import build/watch tasks into your own gu
![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif)
For details on how work with Semantic theming please [read our customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/)
For details on how work with Semantic theming please [read our theming guide](http://www.semantic-ui.com/usage/theming.html) on [semantic-ui.com](http://www.semantic-ui.com/)
#### Additional Versions

2
src/definitions/modules/transition.js

@ -614,7 +614,7 @@ $.fn.transition = function() {
},
userStyle: function(style) {
style = style || $module.attr('style') || '';
return style.replace(/display.*?;/, '');;
return style.replace(/display.*?;/, '');
},
transitionExists: function(animation) {
return $.fn.transition.exists[animation];

Loading…
Cancel
Save