Commit 167aea5e authored by Stephen Sawchuk's avatar Stephen Sawchuk

update to todomvc-common#0.1.8.

parent 11dabd2e
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
{
"name": "todomvc-common",
"version": "0.1.7",
"gitHead": "42348a8146fe0be847b93cd98664813fbae62be9",
"_id": "todomvc-common@0.1.7",
"readme": "ERROR: No README.md file found!",
"description": "ERROR: No README.md file found!",
"repository": {
"type": "git",
"url": "git://github.com/tastejs/todomvc-common.git"
}
}
\ No newline at end of file
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
{
"name": "todomvc-common",
"version": "0.1.7",
"homepage": "https://github.com/tastejs/todomvc-common",
"_release": "0.1.7",
"_resolution": {
"type": "version",
"tag": "v0.1.7",
"commit": "e5b3251c95f29d872636b761e32a2296dc97c3e0"
},
"_source": "git://github.com/tastejs/todomvc-common.git",
"_target": "~0.1.7"
}
\ No newline at end of file
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -136,6 +136,10 @@
}
function getFile(file, callback) {
if (!location.host) {
return console.info('Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error.');
}
var xhr = new XMLHttpRequest();
xhr.open('GET', findRoot() + file, true);
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
......@@ -61,7 +61,7 @@ body {
font-style: italic;
}
#todoapp input:-moz-placeholder {
#todoapp input::-moz-placeholder {
font-style: italic;
color: #a9a9a9;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment