Skip to content

Commit

Permalink
Adding BOM to react-winjs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
llongley committed May 26, 2016
1 parent 086ebdf commit 1a11774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-winjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var React = require('react');
var React = require('react');
var ReactDOM = require('react-dom');
var ReactDOMServer = require('react-dom/server');
var WinJS = require("winjs");
Expand Down

0 comments on commit 1a11774

Please sign in to comment.