Merge pull request #6 from istrasoft/patch-1
authorAndy Matthews <andy@commadelimited.com>
Mon, 28 May 2012 03:43:22 +0000 (20:43 -0700)
committerAndy Matthews <andy@commadelimited.com>
Mon, 28 May 2012 03:43:22 +0000 (20:43 -0700)
Update application.js, as of jQuery 1.7, the .live() method is deprecate...

js/application.js

index 0f091a9..fc83cd7 100644 (file)
@@ -2,7 +2,7 @@
        jQuery Mobile Boilerplate
        application.js
 */
-$(document).live("pageinit", function(event){
+$(document).on("pageinit", function(event){
        // custom code goes here