Skip to content

Commit

Permalink
Add ECMA5 strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Edson Hilios committed Nov 1, 2013
1 parent d2e06b5 commit e8d503c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Release notes

#### What's new in 2.0.1

* Use strict mode
* Add proper RequireJS testing

#### What's new in 2.0.0
Expand Down
2 changes: 2 additions & 0 deletions src/jquery.countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
factory(jQuery);
}
})(function($){
'use strict';

var PRECISION = 100; // 0.1 seconds, used to update the DOM
var instances = [],
matchers = [];
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.countdown.min.js

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

0 comments on commit e8d503c

Please sign in to comment.