1. 21 7月, 2015 1 次提交
  2. 18 7月, 2015 4 次提交
  3. 15 7月, 2015 1 次提交
  4. 13 7月, 2015 1 次提交
  5. 27 6月, 2015 4 次提交
  6. 25 6月, 2015 3 次提交
  7. 23 6月, 2015 2 次提交
    • C
      missed some stuff · 2f06d97b
      ChiefORZ 提交于
      wasn't merging all necessary stuff. now it should be fully functional
      2f06d97b
    • C
      react handleMove/onMove event · 5d6747a9
      ChiefORZ 提交于
      modified the private _onMove prototype, so it calls events on it's
      source Element like it's sibling function _dispatchEvent
      added the handleMove, which listens to the onMove events to the react
      mixin
      5d6747a9
  8. 22 6月, 2015 1 次提交
    • C
      fix click event for mobile devices and old browser · 429dc043
      ChiefORZ 提交于
      added forcePolyfill option.
      forcePolyfill is made to make cross-browser testing more easy.
      forcePolyfill provides a reliable, consistent cross-browser Solution for
      Sortable.
      forcePolyfill gives us the possibility to change the way "dragged items"
      lok like.
      429dc043
  9. 21 6月, 2015 1 次提交
  10. 18 6月, 2015 1 次提交
  11. 16 6月, 2015 1 次提交
    • A
      Correctly match multiple class names · 77675363
      Adam Fleming 提交于
      Assume that el.className === "foo bar"
      Assume that your selector is "DIV.foo.bar"
      
      (' ' + el.className + ' ').match(re) will only have one match - " foo " - because the "\\s" trailing character on "foo" prevents " bar " from being matched
      
      EZ fix is just to make sure the trailing whitespace is not consumed by the regex
      77675363
  12. 11 6月, 2015 1 次提交
  13. 08 5月, 2015 2 次提交
  14. 16 4月, 2015 1 次提交
  15. 15 4月, 2015 3 次提交
  16. 11 4月, 2015 1 次提交
  17. 09 4月, 2015 1 次提交
  18. 06 4月, 2015 2 次提交
  19. 02 4月, 2015 1 次提交
  20. 11 3月, 2015 4 次提交
  21. 05 3月, 2015 1 次提交
  22. 03 3月, 2015 1 次提交
  23. 20 2月, 2015 2 次提交