Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Add core-upload-sample as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed May 15, 2014
1 parent cf68383 commit 2fd717e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dependencies": {
"polymer": "Polymer/polymer#master",
"google-signin": "GoogleWebComponents/google-signin#~0.0.6",
"google-apis": "PolymerLabs/google-apis"
"google-apis": "PolymerLabs/google-apis",
"cors-upload-sample": "googledrive/cors-upload-sample#master"
}
}
2 changes: 1 addition & 1 deletion google-drive.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<polymer-element name="google-drive" attributes="autoUpload clientId">

<template>
<script src="upload.js"></script>
<script src="../cors-upload-sample/upload.js"></script>
<link href="google-drive.css" rel="stylesheet" />

<google-signin clientId="{{clientId}}" scopes="https://www.googleapis.com/auth/drive"></google-signin>
Expand Down

0 comments on commit 2fd717e

Please sign in to comment.