Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Add a use strict in one of the files to automatically exercise this f…
Browse files Browse the repository at this point in the history
…unctionality on self-instrument
  • Loading branch information
gotwarlost committed Dec 17, 2013
1 parent b879f33 commit 3c92b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/

"use strict";
var MemoryStore = require('./store/memory'),
utils = require('./object-utils');

Expand Down

0 comments on commit 3c92b79

Please sign in to comment.