project re-org for grand refactor

This commit is contained in:
Davis W. Frank, dwfrank & Hunter Gillane 2010-09-16 10:14:39 -07:00
parent c3f1ed8733
commit 754b3f6a62
45 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
.idea/

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -17,7 +17,7 @@
<body>
<div id="wrap">
<div id="twit_search">
<form action="#" method="get">
<form action="index.html#" method="get">
<input type="text" name="query" id="query" />
<input type="submit" value="Search Twitter" />
</form>

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -17,7 +17,7 @@
<body>
<div id="wrap">
<div id="twit_search">
<form action="#" method="get">
<form action="index.html#" method="get">
<input type="text" name="query" id="query" />
<input type="submit" value="Search Twitter" />
</form>

0
lib/mock-ajax.js Normal file
View File

0
spec/mock-ajax-spec.js Normal file
View File