diff --git a/examples/src/viewnavigator/viewnavigator.js b/examples/src/viewnavigator/viewnavigator.js index 391ef7d..6679784 100644 --- a/examples/src/viewnavigator/viewnavigator.js +++ b/examples/src/viewnavigator/viewnavigator.js @@ -396,4 +396,4 @@ $(document).ready(function() { $(document).bind( "touchmove", function (e) { e.preventDefault(); return false; } ); -} \ No newline at end of file +}); \ No newline at end of file