Use singlequote instead of doublequoe on Sample.android.js

This commit is contained in:
Leonardo YongUk Kim 2015-05-26 14:12:28 -07:00
parent 64ae42c10a
commit 253461cb51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var warning = require('warning');
var Sample = {
test: function() {
warning("Not yet implemented for Android.");
warning('Not yet implemented for Android.');
}
};