Skip to content

Commit

Permalink
Build 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
Wildhoney committed Jun 12, 2015
1 parent f46328e commit 6bb17d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-droplet",
"version": "0.9.8",
"version": "0.9.9",
"homepage": "https://github.com/Wildhoney/EmberDroplet",
"authors": [
"Adam Timberlake <adam.timberlake@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-droplet.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
requestHeaders = this.get('requestHeaders');

if (typeof url === 'function') {
url = url();
url = url.apply(this);
}

$ember.set(this, 'uploadStatus.uploading', true);
Expand Down
2 changes: 1 addition & 1 deletion dist/ember-droplet.min.js

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

Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h1 class="file-heading">File: packages/ember-droplet/ember-droplet-mixin.js</h1
requestHeaders = this.get(&#x27;requestHeaders&#x27;);

if (typeof url === &#x27;function&#x27;) {
url = url();
url = url.apply(this);
}

$ember.set(this, &#x27;uploadStatus.uploading&#x27;, true);
Expand Down
2 changes: 1 addition & 1 deletion example/scripts/package/ember-droplet-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
requestHeaders = this.get('requestHeaders');

if (typeof url === 'function') {
url = url();
url = url.apply(this);
}

$ember.set(this, 'uploadStatus.uploading', true);
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": "ember-droplet",
"version": "0.9.8",
"version": "0.9.9",
"author": "Adam Timberlake",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 6bb17d0

Please sign in to comment.