Skip to content

Commit 6853fb7

Browse files
committed
A minor update that includes the latest versions of jQuery and Handlebars, two new location variables and some clean-up.
1 parent ca64b52 commit 6853fb7

19 files changed

+2632
-2237
lines changed

autogeocode-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1>Using Chipotle as an Example</h1>
3434
</div>
3535
</div>
3636

37-
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
38-
<script src="js/handlebars-1.0.rc.1.min.js"></script>
37+
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
38+
<script src="js/handlebars-1.0.0.min.js"></script>
3939
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
4040
<script src="js/jquery.storelocator.js"></script>
4141
<script>

default-location-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1>Using Chipotle as an Example</h1>
3434
</div>
3535
</div>
3636

37-
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
38-
<script src="js/handlebars-1.0.rc.1.min.js"></script>
37+
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
38+
<script src="js/handlebars-1.0.0.min.js"></script>
3939
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
4040
<script src="js/jquery.storelocator.js"></script>
4141
<script>

geocode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>Simple geocoding form</h1>
2727
<div id="geocode-result"></div>
2828
</div>
2929

30-
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
30+
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
3131
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
3232
<script src="js/geocode.js"></script>
3333

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h1>Using Chipotle as an Example</h1>
3434
</div>
3535
</div>
3636

37-
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
38-
<script src="js/handlebars-1.0.rc.1.min.js"></script>
37+
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
38+
<script src="js/handlebars-1.0.0.min.js"></script>
3939
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
4040
<script src="js/jquery.storelocator.js"></script>
4141
<script>

js/handlebars-1.0.0.js

Lines changed: 2278 additions & 0 deletions
Large diffs are not rendered by default.

js/handlebars-1.0.0.min.js

Lines changed: 214 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/handlebars-1.0.rc.1.js

Lines changed: 0 additions & 1920 deletions
This file was deleted.

js/handlebars-1.0.rc.1.min.js

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)