Skip to content

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bitworking committed Oct 15, 2018
1 parent 6a43a9e commit e190499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gsap",
"version": "1.0.12",
"version": "1.0.13",
"description": "React components for GSAP",
"author": "bitworking",
"license": "MIT",
Expand Down
6 changes: 1 addition & 5 deletions src/plugins/PlugInSvgDraw.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// https://github.com/greensock/GreenSock-JS/blob/master/src/uncompressed/plugins/TEMPLATE_Plugin.js

export default function () {
var _gsScope = (typeof(module) !== "undefined" && module.exports && typeof(global) !== "undefined") ? global : this || window; //helps ensure compatibility with AMD/RequireJS and CommonJS/Node

if (!_gsScope) {
_gsScope = {};
}
var _gsScope = (typeof(module) !== "undefined" && module.exports && typeof(global) !== "undefined") ? global : this || (typeof(window) !== "undefined" ? window : {}); //helps ensure compatibility with AMD/RequireJS and CommonJS/Node

(_gsScope._gsQueue || (_gsScope._gsQueue = [])).push( function() {

Expand Down

0 comments on commit e190499

Please # to comment.