Skip to content

Commit

Permalink
Merge pull request #348 from ArcBees/cg_sample_librairy_update
Browse files Browse the repository at this point in the history
Updated jquery and Sizzle librairies for the benchmark sample
  • Loading branch information
manolo committed Mar 9, 2015
2 parents a18b7b6 + 62a6549 commit 5c5aa47
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.4-SNAPSHOT</version>
</parent>

<name>GwtQuery Samples</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>JQuery</title>
<script language="javascript" src="../js/jquery-1.6.2.js"></script>
<script language="javascript" src="../js/jquery-2.1.3.min.js"></script>
<script type="text/javascript">
window.parent.jquerybenchmark = function(sel) {
return $(sel).length;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Sizzle</title>
<script type="text/javascript" src="../js/sizzle.js"></script>
<script type="text/javascript" src="../js/sizzle.min.js"></script>
<script type="text/javascript">
window.parent.sizzlebenchmark = function(sel) {
return Sizzle(sel).length;
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c5aa47

Please sign in to comment.