Skip to content

Commit

Permalink
- Fixing a few mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-andrews committed Nov 1, 2012
1 parent 5e711fb commit dc32dce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion source/application/applicationcontroller.js
Expand Up @@ -86,7 +86,7 @@ APP.applicationController = (function () {
}

// This is to our webapp what main() is to C, $(document).ready is to jQuery, etc
function start(resources, start) {
function start(resources, storeResources) {

// When indexedDB available, use it!
APP.indexedDB.start(function indexedDBSuccess() {
Expand Down
9 changes: 0 additions & 9 deletions source/datastores/websql.js
Expand Up @@ -3,15 +3,6 @@ APP.webSQL = (function () {

var smallDatabase;

/**
* Runs database queries
*
* @public
* @param {String} query
* @param {Array} data
* @param {Function} successCallback
* @return {void}
*/
function runQuery(query, data, returnFirst, successCallback) {
var i, l, remaining;

Expand Down

0 comments on commit dc32dce

Please sign in to comment.