Skip to content

Commit

Permalink
forgot to build...
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Boldt committed Jul 7, 2016
1 parent bd51645 commit da87474
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/typed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Grab node packages
var gulp = require('gulp'),
var gulp = require('gulp')
rename = require('gulp-rename')
uglify = require('gulp-uglify');

Expand Down
2 changes: 1 addition & 1 deletion js/typed.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
this.showCursor = this.isInput ? false : this.options.showCursor;

// text content of element
this.elContent = this.attr ? this.el.attr(this.attr) : this.el.text()
this.elContent = this.attr ? this.el.attr(this.attr) : this.el.text();

// html or plain text
this.contentType = this.options.contentType;
Expand Down

0 comments on commit da87474

Please sign in to comment.