Skip to content

Commit

Permalink
removed use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
dinodsaurus committed Sep 18, 2015
1 parent 1409eae commit e6385e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*global grecaptcha*/
"use strict";
const React = require("react");
const Recaptcha = React.createClass({displayName: "Recaptcha",
var React = require("react");
var Recaptcha = React.createClass({displayName: "Recaptcha",
propTypes: {
sitekey: React.PropTypes.string,
elementID: React.PropTypes.string,
Expand Down

0 comments on commit e6385e2

Please sign in to comment.