Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
teddi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
teddi
Commits
9a51e95a
Commit
9a51e95a
authored
Nov 12, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6bbce7a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
Countdown.js
dist/Countdown.js
+0
-1
Countdown.ts
src/Countdown.ts
+0
-1
No files found.
dist/Countdown.js
View file @
9a51e95a
...
...
@@ -22,7 +22,6 @@ var Countdown = /** @class */ (function (_super) {
function
Countdown
(
text
,
seconds
,
format
,
delay
)
{
var
_this
=
_super
.
call
(
this
)
||
this
;
_this
.
_running
=
false
;
console
.
log
(
_this
);
_this
.
_text
=
text
;
_this
.
_seconds
=
seconds
;
_this
.
_format
=
format
;
...
...
src/Countdown.ts
View file @
9a51e95a
...
...
@@ -14,7 +14,6 @@ export default class Countdown extends EventEmitter<any> {
private
_running
=
false
;
constructor
(
text
:
any
,
seconds
:
any
,
format
:
any
,
delay
:
any
)
{
super
();
console
.
log
(
this
);
this
.
_text
=
text
;
this
.
_seconds
=
seconds
;
this
.
_format
=
format
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment