mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-27 19:25:11 +08:00
Lint code - change double quotes to single in website/jsdocs. Add/remove semicolons to keep code style
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/*global exports:true*/
|
||||
/*jslint node:true*/
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
var util = require('util');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user