Skip to content

Commit

Permalink
add using strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkFly committed Apr 6, 2015
1 parent d11e8b1 commit 17cc1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uid-objects.js
Expand Up @@ -2,6 +2,7 @@
* Created by LinkFly-user on 13.12.2014.
*/
(function(module) {
'use strict';
var startUID = 0;
var uidProp;

Expand Down

0 comments on commit 17cc1ba

Please sign in to comment.