Changeset - 52769b418d68
[Not reviewed]
default
1 2 0
Drew Perttula - 9 years ago 2016-05-30 07:02:27
drewp@bigasterisk.com
move underscore to bower
Ignore-this: 782252f6f29575280b913d72cbe9decb
3 files changed with 3 insertions and 8 deletions:
0 comments (0 inline, 0 general)
light9/vidref/vidref.html
Show inline comments
 
@@ -100,7 +100,7 @@
 
    
 
    <script src="/lib/knockout-3.1.0.js"></script>
 
    <script src="/lib/jquery/dist/jquery.min.js"></script>
 
    <script src="/lib/underscore-min.js"></script>
 
    <script src="/lib/underscore/underscore-min.js"></script>
 
    <script src="/lib/tapmodo-Jcrop-1902fbc/js/jquery.Jcrop.js"></script>
 
    <script>
 
     jQuery(function () {
light9/web/lib/bower.json
Show inline comments
 
@@ -4,6 +4,7 @@
 
    "polymer": "~1.4.0",
 
    "paper-slider": "PolymerElements/paper-slider#~1.0.11",
 
    "iron-ajax": "PolymerElements/iron-ajax#~1.2.0",
 
    "jquery": "~2.2.4"
 
    "jquery": "~2.2.4",
 
    "underscore": "~1.8.3"
 
  }
 
}
light9/web/lib/underscore-min.js
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)