Add semicolon after (window.jQuery). fixes #39

This commit is contained in:
Arnold Daniels
2012-12-22 00:37:52 +01:00
parent b883581511
commit 32a25811ff
3 changed files with 3 additions and 3 deletions

View File

@@ -141,4 +141,4 @@
})
})
}(window.jQuery)
}(window.jQuery);

View File

@@ -358,4 +358,4 @@
})
})
}(window.jQuery)
}(window.jQuery);

View File

@@ -68,4 +68,4 @@
})
})
}(window.jQuery)
}(window.jQuery);