Skip to content

Instantly share code, notes, and snippets.

@umurkontaci
Last active March 10, 2016 19:16
Show Gist options
  • Save umurkontaci/694ec31dd746ab072eda to your computer and use it in GitHub Desktop.
Save umurkontaci/694ec31dd746ab072eda to your computer and use it in GitHub Desktop.
3a4,5
> 'use strict';
>
6c8
< i18n.translate( 'My test has two files.' );
---
> i18n.translate('My test has two files.');
9c11
< module.exports = test;
---
> module.exports = test;
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment