Skip to content

Commit

Permalink
removing node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
machadogj committed Jul 27, 2012
1 parent ce484f8 commit ed84409
Show file tree
Hide file tree
Showing 218 changed files with 10 additions and 30,643 deletions.
34 changes: 1 addition & 33 deletions .gitignore
@@ -1,33 +1 @@

#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
#jquery.odata/script/jquery-1.4.2-vsdoc.js
#jquery.odata/script/jquery-1.4.2.js
#jquery.odata/tests/css/qunit.css
#jquery.odata/tests/script/qunit.js
node_modules
5 changes: 3 additions & 2 deletions examples/example1.js
@@ -1,7 +1,8 @@
var OData = require('../lib');
// create odata object
// first argument is the "service root URI"
// $.odata(serviceRootURI)
var odata = $.odata("http://services.odata.org/OData/OData.svc");
// OData(serviceRootURI)
var odata = OData("http://services.odata.org/OData/OData.svc");

// basic querying without filtering
// odata.from("xx") returns a new query object that can be reused
Expand Down
2 changes: 1 addition & 1 deletion examples/odata.org-examples.txt
Expand Up @@ -11,7 +11,7 @@ h2. Create the OData Object
Create a new odata object that points at the
http://services.odata.org/OData/OData.svc odata service

bc. var odata = $.odata('http://services.odata.org/OData/OData.svc');
bc. var odata = require('odata-cli')('http://services.odata.org/OData/OData.svc');

h2. Specifying the Resource Path through the @from@ method

Expand Down
9 changes: 0 additions & 9 deletions node_modules/.bin/_mocha

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/.bin/_mocha.cmd

This file was deleted.

9 changes: 0 additions & 9 deletions node_modules/.bin/mocha

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/.bin/mocha.cmd

This file was deleted.

4 changes: 0 additions & 4 deletions node_modules/mocha/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions node_modules/mocha/.travis.yml

This file was deleted.

0 comments on commit ed84409

Please sign in to comment.