Add build step to Grunt file
BIN
editor/vendor/jquery/css/smoothness/images/animated-overlay.gif
vendored
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
vendored
Normal file
After Width: | Height: | Size: 212 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
vendored
Normal file
After Width: | Height: | Size: 208 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
vendored
Normal file
After Width: | Height: | Size: 335 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
vendored
Normal file
After Width: | Height: | Size: 207 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
vendored
Normal file
After Width: | Height: | Size: 262 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
vendored
Normal file
After Width: | Height: | Size: 262 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
vendored
Normal file
After Width: | Height: | Size: 332 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
vendored
Normal file
After Width: | Height: | Size: 280 B |
BIN
editor/vendor/jquery/css/smoothness/images/ui-icons_222222_256x240.png
vendored
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
editor/vendor/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
editor/vendor/jquery/css/smoothness/images/ui-icons_454545_256x240.png
vendored
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
editor/vendor/jquery/css/smoothness/images/ui-icons_888888_256x240.png
vendored
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
editor/vendor/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
5
editor/vendor/jquery/css/smoothness/jquery-ui-1.10.3.custom.min.css
vendored
Normal file
4
editor/vendor/jquery/js/jquery-1.11.1.min.js
vendored
Normal file
7
editor/vendor/jquery/js/jquery-ui-1.10.3.custom.min.js
vendored
Normal file
11
editor/vendor/jquery/js/jquery.ui.touch-punch.min.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/*!
|
||||
* jQuery UI Touch Punch 0.2.3
|
||||
*
|
||||
* Copyright 2011–2014, Dave Furfero
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
*
|
||||
* Depends:
|
||||
* jquery.ui.widget.js
|
||||
* jquery.ui.mouse.js
|
||||
*/
|
||||
!function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);
|