Skip to content

Commit

Permalink
Merge pull request #34 from DiceTechnology/chore/add-self-to-var
Browse files Browse the repository at this point in the history
Chore/add self to var
  • Loading branch information
Vince Dimitrov authored Apr 30, 2019
2 parents e42bb7c + 3b9ebd9 commit 91d7c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ManifestLine: NSObject {
if components.count == 1 {
tagName = String(components[0])
tagValue = nil
tagAttributes = nil
self.tagAttributes = nil
tagAttributesOrder = nil
super.init()
return
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-video",
"version": "3.3.7",
"version": "3.3.8",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
Expand Down

0 comments on commit 91d7c4d

Please sign in to comment.