Skip to content

Commit

Permalink
adds missing "use strict"
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Feb 20, 2013
1 parent 6a511d1 commit d334270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2 Comments/js/require/views/CommentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ define(
'text!templates/comment-form.html'
],
function (CommentModel, template) {
"use strict";
var newComment = function (e) {
var options, comment;

Expand Down
1 change: 1 addition & 0 deletions 2 Comments/js/require/views/CommentList.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ define(
'text!templates/comment-list-row.html'
],
function (listRowTemplate) {
"use strict";
return Backbone.View.extend({
initialize: function (options) {

Expand Down

0 comments on commit d334270

Please sign in to comment.