commented out event handler to block touch scrolling

This commit is contained in:
Andrew Trice 2013-02-08 13:50:16 -05:00
parent 5b64876788
commit 6dd1dacd3d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
//document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
var SlidingView = function( sidebarId, bodyId ) {