Skip to content

Commit

Permalink
Merge pull request #4 from shinnn/master
Browse files Browse the repository at this point in the history
Fix incorrect attribute / Use template-specific version of Lo-dash
  • Loading branch information
moznion committed Feb 5, 2014
2 parents 55c5e9a + 2901783 commit 5ae982f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/loader.js
@@ -1,4 +1,4 @@
var targets = ['vendor/js/underscore-min.js','js/script.js'];
var targets = ['vendor/js/lodash.custom.min.js','js/script.js'];

targets.forEach(function(js){
var scriptElement = document.createElement('script');
Expand Down
2 changes: 1 addition & 1 deletion js/script.js
Expand Up @@ -49,7 +49,7 @@ GistMoreUrl.GistUrl.prototype.constructList = function () {
'<strong>clone</strong> ' +
'this gist (<%- description %>)' +
'</label>' +
'<input type="text" readonly=" spellcheck="false" class="url-field js-url-field" name="link-field" ' +
'<input type="text" readonly spellcheck="false" class="url-field js-url-field" name="link-field" ' +
'value=<%- url %>>' +
'</li>';
var list = _.template(list_template)({
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -12,6 +12,6 @@
],
"web_accessible_resources": [
"js/script.js",
"vendor/js/underscore-min.js"
"vendor/js/lodash.custom.min.js"
]
}
19 changes: 19 additions & 0 deletions vendor/js/lodash.custom.min.js

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

0 comments on commit 5ae982f

Please sign in to comment.