Skip to content

Commit

Permalink
Add compiled dist/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Taglieber committed Jul 10, 2015
1 parent 099568c commit 33e1be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions dist/lanejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,6 @@ creates and returns the window.Foo.Bar.Baz object, setting it to a class.
this._uid = this._generateUID();
}
this.$el = $(selector);
if (((typeof console !== "undefined" && console !== null ? console.warn : void 0) != null) && this.$el.length === 0) {
console.warn("No DOM elements found with selector '" + selector + "'");
}
this.el = this.$el[0];
if (((_ref = this._states) != null ? _ref[0] : void 0) != null) {
this.initState(this._states[0]);
Expand Down
Loading

0 comments on commit 33e1be9

Please sign in to comment.